Browse Source

Merge branch 'master' of http://face3d.4dage.com:7005/renyicun/YangZhouDaYunHeDaDu

任一存 1 năm trước cách đây
mục cha
commit
6576d7c671
2 tập tin đã thay đổi với 3 bổ sung4 xóa
  1. 2 4
      src/assets/style/my-reset.css
  2. 1 0
      src/views/RelicList.vue

+ 2 - 4
src/assets/style/my-reset.css

@@ -57,12 +57,10 @@ input {
 td {
   vertical-align: inherit;
 }
-.el-popper {
-  /* padding: 10px !important; */
-}
+
 .el-popper.is-light {
   border: none !important;
-  margin-top: -20px;
+  margin-top: -10px;
   background: none !important;
   /* width: 200px; */
 }

+ 1 - 0
src/views/RelicList.vue

@@ -7,6 +7,7 @@
     <el-cascader
       v-model="cascaderValue"
       :options="cameraTree"
+      :show-all-levels="false"
       :props="{
         expandTrigger: 'hover',
       }"