Bladeren bron

优化小图标展示位置

shaun-sheep 4 jaren geleden
bovenliggende
commit
d13b2fe698

+ 1 - 1
src/components/ledger/details/detail/exhibitionBaseInformation.vue

@@ -113,7 +113,7 @@
       .base {
         margin: 10px;
         font-weight: 600;
-        text-indent: 10px;
+        /*text-indent: 10px;*/
         border-bottom: 1px dashed #eee;
       }
 

+ 1 - 1
src/components/ledger/details/detail/exhibitionCrux.vue

@@ -133,7 +133,7 @@
       /*border-left: 8px solid black;*/
       margin: 0 20px 0 10px;
       font-weight: 600;
-      text-indent: 10px;
+      /*text-indent: 10px;*/
       display: block;
       overflow: hidden;
 

+ 1 - 1
src/components/ledger/details/detail/exhibitionMaintain.vue

@@ -20,7 +20,7 @@
     .title {
       margin-left: 10px;
       font-weight: 600;
-      text-indent: 10px;
+      /*text-indent: 10px;*/
     }
     .disable{
       color:#ccc;

+ 1 - 1
src/components/ledger/details/detail/lookFile.vue

@@ -143,7 +143,7 @@
       /*border-left: 8px solid black;*/
       margin: 10px;
       font-weight: 600;
-      text-indent: 10px;
+      /*text-indent: 10px;*/
       display: block;
       overflow: hidden;
     }

+ 1 - 1
src/components/ledger/details/detail/lookImage.vue

@@ -238,7 +238,7 @@
       /*border-left: 8px solid black;*/
       margin: 10px 10px 10px 0;
       font-weight: 600;
-      text-indent: 10px;
+      /*text-indent: 10px;*/
       display: block;
       overflow: hidden;
     }

+ 2 - 2
src/components/ledger/details/detail/lookVideo.vue

@@ -214,10 +214,10 @@
     overflow: hidden;
 
     .title {
-      border-left: 8px solid black;
+      /*border-left: 8px solid black;*/
       margin: 10px;
       font-weight: 600;
-      text-indent: 10px;
+      /*text-indent: 10px;*/
       display: block;
       overflow: hidden;
     }

+ 1 - 1
src/components/ledger/details/detail/selectRadio.vue

@@ -41,7 +41,7 @@
       /*border-left: 8px solid black;*/
       margin: 10px 40px 10px 10px;
       font-weight: 600;
-      text-indent: 10px;
+      /*text-indent: 10px;*/
       display: inline-block;
 
     }