Handy_Cao hai 1 ano
pai
achega
bdfb8aa47d

+ 1 - 1
src/packages/zrwyt/views/account/protocol/Index.vue

@@ -14,7 +14,7 @@
             </CellGroup>
             <CellGroup inset>
                 <template v-for="(item, index) in dataList" :key="index">
-                    <Cell title-class="cell__title" :title="item.templatename" value="去签署" :icon="iconName(item.recordstatus)" @click="signer(item)" is-link />
+                    <Cell title-class="cell__title" :title="item.templatename" value="去签署" value-class="cell__value" :icon="iconName(item.recordstatus)" @click="signer(item)" is-link />
                 </template>
             </CellGroup>
         </div>

+ 0 - 3
src/packages/zrwyt/views/account/protocol/index.css

@@ -1,3 +0,0 @@
-.g-form__container .cell__title {
-  color: #CC0000;
-}

+ 4 - 0
src/packages/zrwyt/views/account/protocol/index.less

@@ -3,5 +3,9 @@
         .cell__title {
             color: #CC0000;
         }
+
+        .cell__value {
+            font-size: 12px;
+        }
     }
 }