haoxuan
2024-04-19 3286b2af0a85f46644bc09cfb16171f4d399890d
src/components/makepager/CommonSearch.vue
@@ -32,7 +32,7 @@
          </dl>
        </div>
        <div class="top_right" style="width: 50%; margin-right: 15px">
          <dl v-for="item in otherOptions" :key="item.value">
          <dl v-for="(item,index) in otherOptions" :key="index">
            <dd class="font_weight">
              {{ item.value }}
            </dd>
@@ -248,6 +248,9 @@
      flex: 1;
      display: flex;
      justify-content: right;
      dd{
          margin-left:0;
        }
      .top_left {
        width: 10%;
        border-right: 1px solid #ccc;
@@ -259,6 +262,7 @@
        justify-content: center;
        align-items: center;
        text-align: center;
        .font_weight {
          font-weight: 500;
          font-size: 18px;
@@ -266,6 +270,7 @@
        }
        .top_right_bottom {
          font-size: 12px;
        }
      }
      .top_right {
@@ -286,6 +291,7 @@
        }
        .top_right_bottom {
          font-size: 12px;
          margin-left:0;
        }
      }
    }