Browse Source

用户管理增加所在企业页面样式调整

hangb 7 years ago
parent
commit
b8a551a19d

+ 2 - 0
sso-manage-console-web/src/components/accounts/users/UserBasicInfo.vue

@@ -218,6 +218,8 @@
   }
   .el-button--info {
     width: 150px;
+    background-color: #4E8EFC;
+    border-color: #4E8EFC;
   }
   .el-button--primary.is-disabled {
     background-color: #D2D2D2;

+ 6 - 6
sso-manage-console-web/src/components/accounts/users/UserOfEnterprise.vue

@@ -8,7 +8,7 @@
           style="width: 100%">
           <el-table-column
             label="操作"
-            width="150">
+            width="120">
             <template slot-scope="scope">
               <span v-if="scope.row.adminUU === enterpriseList[0].adminUU" >管理员</span>
               <el-button type="text" size="small" v-if="scope.row.adminUU !== enterpriseList[0].adminUU"
@@ -19,7 +19,7 @@
           <el-table-column
             prop="spaceName"
             label="企业名称"
-            width="170">
+            width="140">
             <template slot-scope="scope">
               <el-button type="text" size="small" @click="routeToEnterpriseDetail(scope.row)">
                 {{ scope.row.spaceName }}
@@ -29,12 +29,12 @@
           <el-table-column
             prop="businessCode"
             label="企业营业执照号"
-            width="150">
+            width="140">
           </el-table-column>
           <el-table-column
             prop="adminUU"
             label="企业UU号"
-            width="130">
+            width="120">
           </el-table-column>
           <el-table-column
             prop="admin.vipName"
@@ -49,12 +49,12 @@
           <el-table-column
             prop="admin.userUU"
             label="企业管理员UU号"
-            width="130">
+            width="120">
           </el-table-column>
           <el-table-column
             prop="admin.mobile"
             label="企业管理员手机号"
-            width="140">
+            width="130">
           </el-table-column>
           <el-table-column
             prop="admin.email"