#
whycq
2024-03-27 71457f33c4b12af7f26067e031e1b4dc2c189658
static/css/common/order.css
@@ -98,14 +98,14 @@
      position: relative;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #333;
      padding: 0rpx 20rpx;
      border-bottom: 1px solid #d9d9d9;
   }
   .dropdown-content {
      position: absolute;
      top: calc(100% + 15rpx);
      left: 0;
      width: calc(100%);
      width: calc(100% - 20rpx);
      max-height: 300rpx;
      background-color: #fff;
      box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);