Explorar o código

我的链属页面样式调整

zhanglb %!s(int64=4) %!d(string=hai) anos
pai
achega
8ab1e23e3e

+ 0 - 56
front-vue/src/App.vue

@@ -244,62 +244,6 @@ export default {
 .el-table .el-table__fixed-header-wrapper th {
     background-color: #F6F9FF;
 }
-.el-button--mini.zap-button-open,
-.el-table .fixed-width .el-button--mini.zap-button-confirmation,
-.el-table .fixed-width .el-button--mini.zap-button-info,
-.el-table .fixed-width .el-button--mini.zap-button-primary,
-.el-table .fixed-width .el-button--mini.zap-button-waring,
-.el-table .fixed-width .el-button--mini.zap-button-plain {
-    min-width: 36px;
-    height: 24px;
-    line-height: 24px;
-    text-align: center;
-    padding: 0 6px;
-    font-size: 12px;
-    border-radius: 4px;
-    box-sizing: border-box;
-}
-// 重置、详情
-.el-table .fixed-width .el-button--mini.zap-button-plain {
-    color: #333333;
-    border: 1px solid #EBEBEB;
-}
-
-.el-table .fixed-width .el-button--mini.zap-button-waring {
-    color: #ffffff;
-    background-color: #FFB700;
-}
-
-.el-table .fixed-width .el-button--mini.zap-button-primary {
-    color: #ffffff;
-    background-color: #4280F2;
-}
-
-.el-table .fixed-width .el-button--mini.zap-button-info {
-    color: #999999;
-    background-color: #EBEBEB;
-}
-// 确权、删除
-.el-table .fixed-width .el-button--mini.zap-button-confirmation{
-    color: #ffffff;
-    background-color: #FF2F2F;
-}
-// 修改
-.el-button--medium.zap-button-open {
-    width: 112px;
-    height: 36px;
-    line-height: 36px;
-    padding: 0;
-    text-align: center;
-    font-size: 14px;
-    color: #ffffff;
-    background: #00B53A;
-    border-radius: 4px;
-}
-.el-table .fixed-width .el-button--mini.zap-button-open{
-    color: #ffffff;
-    background: #00B53A;
-}
 .zap-form-tip{
     display: flex;
     align-items: flex-start;

+ 59 - 0
front-vue/src/assets/styles/element-ui.scss

@@ -82,3 +82,62 @@
 .el-range-separator {
   box-sizing: content-box;
 }
+
+// 重置按钮样式
+.el-button--mini.zap-button-success,
+.el-table .fixed-width .el-button--mini.zap-button-confirmation,
+.el-table .fixed-width .el-button--mini.zap-button-info,
+.el-table .fixed-width .el-button--mini.zap-button-primary,
+.el-table .fixed-width .el-button--mini.zap-button-waring,
+.el-table .fixed-width .el-button--mini.zap-button-plain {
+    min-width: 36px;
+    height: 24px;
+    line-height: 24px;
+    text-align: center;
+    padding: 0 6px;
+    font-size: 12px;
+    border-radius: 4px;
+    box-sizing: border-box;
+}
+// 重置、详情
+.el-table .fixed-width .el-button--mini.zap-button-plain {
+    color: #333333;
+    border: 1px solid #EBEBEB;
+}
+
+.el-table .fixed-width .el-button--mini.zap-button-waring {
+    color: #ffffff;
+    background-color: #FFB700;
+}
+
+.el-table .fixed-width .el-button--mini.zap-button-primary {
+    color: #ffffff;
+    background-color: #4280F2;
+}
+
+.el-table .fixed-width .el-button--mini.zap-button-info {
+    color: #999999;
+    background-color: #EBEBEB;
+}
+// 确权、删除
+.el-table .fixed-width .el-button--mini.zap-button-confirmation{
+    color: #ffffff;
+    background-color: #FF2F2F;
+}
+// 修改
+.el-button--medium.zap-button-success {
+    width: 112px;
+    height: 36px;
+    line-height: 36px;
+    padding: 0;
+    text-align: center;
+    font-size: 14px;
+    color: #ffffff;
+    background: #00B53A;
+    border-radius: 4px;
+}
+// 修改
+.el-table .fixed-width .el-button--mini.zap-button-success{
+    color: #ffffff;
+    background: #00B53A;
+}

+ 1 - 1
front-vue/src/views/service/credit/credit.vue

@@ -385,7 +385,7 @@
         <el-col>
             <div class="zap-credit__content">
                 <div class="zap-credit__buttons">
-                    <el-button class="zap-button-open" type="success" icon="el-icon-plus" @click="handleAdd" v-hasPermi="['credit:credit:add']">开立融信</el-button>
+                    <el-button class="zap-button-success" type="success" icon="el-icon-plus" @click="handleAdd" v-hasPermi="['credit:credit:add']">开立融信</el-button>
                     <el-button type="success" icon="el-icon-plus" @click="finanOpening" v-hasPermi="['finanOpening:finanOpening:add']">融资开立</el-button>
                     <el-button type="primary" icon="el-icon-tickets" @click="apply" v-hasPermi="['finanOpening:finanOpening:apply']">融资申请</el-button>
                 </div>

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1068 - 1422
front-vue/src/views/service/rel/companyRel.vue


+ 1 - 1
front-vue/src/views/system/role/index.vue

@@ -47,7 +47,7 @@
             </el-table-column>
             <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
                 <template slot-scope="scope">
-                    <el-button class="zap-button-open" size="mini" type="text" @click="handleUpdate(scope.row)" v-hasPermi="['system:role:edit']">修改</el-button>
+                    <el-button class="zap-button-success" size="mini" type="text" @click="handleUpdate(scope.row)" v-hasPermi="['system:role:edit']">修改</el-button>
                     <el-button class="zap-button-confirmation" size="mini" type="text" @click="handleDelete(scope.row)" v-hasPermi="['system:role:remove']">删除</el-button>
                 </template>
             </el-table-column>

+ 1 - 1
front-vue/src/views/system/user/index.vue

@@ -64,7 +64,7 @@
                     </el-table-column>
                     <el-table-column label="操作" align="center" class-name="small-padding fixed-width"  width='300' fixed="right">
                         <template slot-scope="scope">
-                            <el-button class="zap-button-open" size="mini" type="text" @click="handleUpdate(scope.row)" v-hasPermi="['system:user:edit']">修改</el-button>
+                            <el-button class="zap-button-success" size="mini" type="text" @click="handleUpdate(scope.row)" v-hasPermi="['system:user:edit']">修改</el-button>
                             <el-button class="zap-button-primary" size="mini" type="text" @click="handleChange(scope.row)" v-hasPermi="['system:ownUser:adminChange']" v-if="
                   scope.row.scyType == '03' &&
                   company.scyId != '000000' &&