Handy_Cao 1 年之前
父節點
當前提交
bdfb8aa47d

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

@@ -14,7 +14,7 @@
             </CellGroup>
             </CellGroup>
             <CellGroup inset>
             <CellGroup inset>
                 <template v-for="(item, index) in dataList" :key="index">
                 <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>
                 </template>
             </CellGroup>
             </CellGroup>
         </div>
         </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 {
         .cell__title {
             color: #CC0000;
             color: #CC0000;
         }
         }
+
+        .cell__value {
+            font-size: 12px;
+        }
     }
     }
 }
 }