Browse Source

通讯录样式调整

qymljy 7 tháng trước cách đây
mục cha
commit
92bf19a346

+ 1 - 1
src/HManagement/addressList/mycontact/modules/delGroup.vue

@@ -3,7 +3,7 @@
     <el-popconfirm :confirm-button-text="$t('确定')" :cancel-button-text="$t('取消')"
       :title="$t(`确定删除当前分组吗?`)"
       @confirm="deleteRow()">
-      <el-button slot="reference" type="text" icon="el-icon-delete" size="small" style="color:#333">{{$t('删 除')}}</el-button>
+      <el-button slot="reference" type="text" icon="el-icon-delete" size="small" style="color:#F56C6C">{{$t('删 除')}}</el-button>
     </el-popconfirm>
 
   </div>

+ 1 - 1
src/HManagement/addressList/mycontact/modules/editGroup.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <el-button type="text" icon="el-icon-edit" size="small" class="inline-16" style="color:#333" @click="onShow()">{{$t('编 辑')}}</el-button>
+    <el-button type="text" icon="el-icon-edit" size="small" class="inline-16" style="color:#3874f6" @click="onShow()">{{$t('编 辑')}}</el-button>
     <el-dialog :title="$t(`编辑群组`)" append-to-body :visible.sync="dialogFormVisible" width="600px">
       <el-form :model="form" ref="form" label-position="right" :label-width="tool.onlyZh('80px')" size="small">
         <el-form-item :label="$t(`群组名称`)" prop="groupname" :rules="[