star7th 6 年 前
コミット
a5e8ddd48f

+ 5 - 5
web_src/src/components/catalog/Index.vue

@@ -15,12 +15,12 @@
             <el-table-column
               prop="cat_name"
               :label="$t('cat_name')"
-              width="160">
+              >
             </el-table-column>
             <el-table-column
               prop="addtime"
               :label="$t('add_time')"
-              width="160">
+              >
             </el-table-column>
             <el-table-column
               prop="s_number"
@@ -275,13 +275,13 @@ export default {
 
 .center-card{
   text-align: left;
-  width: 600px;
-  height: 500px;
+  width: 800px;
+  height: 600px;
 }
 
 .goback-btn{
   z-index: 999;
-  margin-left: 400px;
+  margin-left: 600px;
 }
 </style>
 

+ 4 - 3
web_src/src/components/item/setting/Advanced.vue

@@ -1,5 +1,6 @@
 <template>
   <div class="hello">
+    <p style="height:40px;"></p>
     <p>
       <el-tooltip :content="$t('attorn_tips')" placement="top-start">
         <el-button class="a_button"  @click="dialogAttornVisible = true" >{{$t('attorn')}}</el-button>
@@ -17,7 +18,7 @@
       </el-tooltip>   
     </p>  
 
-    <el-dialog :visible.sync="dialogAttornVisible" :modal="false">
+    <el-dialog :visible.sync="dialogAttornVisible" :modal="false"  width="300px">
       <el-form >
           <el-form-item label="" >
             <el-input  :placeholder="$t('attorn_username')" v-model="attornForm.username"></el-input>
@@ -32,7 +33,7 @@
       </div>
     </el-dialog>
 
-    <el-dialog :visible.sync="dialogArchiveVisible" :modal="false">
+    <el-dialog :visible.sync="dialogArchiveVisible" :modal="false"  width="300px">
       <el-form >
           <el-form-item label="" >
             <el-input type="password" :placeholder="$t('input_login_password')" v-model="archiveForm.password"></el-input>
@@ -49,7 +50,7 @@
       </div>
     </el-dialog>
 
-    <el-dialog :visible.sync="dialogDeleteVisible" :modal="false">
+    <el-dialog :visible.sync="dialogDeleteVisible" :modal="false"  width="300px">
       <el-form >
           <el-form-item label="" >
             <el-input type="password" :placeholder="$t('input_login_password')"  v-model="deleteForm.password">></el-input>

+ 4 - 4
web_src/src/components/item/setting/Index.vue

@@ -109,9 +109,9 @@ export default {
 
 .center-card{
   text-align: center;
-  width: 600px;
-  min-height: 500px;
-  max-height: 700px;
+  width: 800px;
+  min-height: 600px;
+  max-height: 800px;
 }
 
 .infoForm{
@@ -122,6 +122,6 @@ export default {
 
 .goback-btn{
   z-index: 999;
-  margin-left: 500px;
+  margin-left: 600px;
 }
 </style>

+ 2 - 2
web_src/src/components/item/setting/Info.vue

@@ -120,8 +120,8 @@ export default {
 
 .infoForm{
   width:350px;
-  margin-left: 60px;
-  margin-top: 30px;
+  margin-left: 160px;
+  margin-top: 60px;
 }
 
 .goback-btn{

+ 1 - 1
web_src/src/components/item/setting/OpenApi.vue

@@ -111,7 +111,7 @@ export default {
 
 .infoForm{
   width:470px;
-  margin-left: 20px;
+  margin-left: 90px;
   margin-top: 30px;
 }
 

+ 4 - 5
web_src/src/components/team/Index.vue

@@ -20,7 +20,7 @@
             <el-table-column
               prop="memberCount"
               :label="$t('memberCount')"
-              width="80">
+              >
               <template slot-scope="scope">
                   <router-link :to="'/team/member/'+scope.row.id" >{{scope.row.memberCount}}</router-link>
               </template>
@@ -34,7 +34,6 @@
             </el-table-column>
             <el-table-column
               prop=""
-              width="200"
               :label="$t('operation')">
               <template slot-scope="scope">
                 <el-button @click="$router.push({path:'/team/member/'+scope.row.id})" type="text" size="small">{{$t('member')}}</el-button>
@@ -180,13 +179,13 @@ export default {
 
 .center-card{
   text-align: left;
-  width: 600px;
-  height: 500px;
+  width: 800px;
+  height: 600px;
 }
 
 .goback-btn{
   z-index: 999;
-  margin-left: 400px;
+  margin-left: 600px;
 }
 </style>
 

+ 4 - 4
web_src/src/components/team/Item.vue

@@ -60,7 +60,7 @@
             </el-dialog>
 
       <!-- 成员权限弹窗 -->
-      <el-dialog :visible.sync="dialogFormTeamMemberVisible" :modal="false" top="10vh" :title="$t('adjust_member_authority')" >
+      <el-dialog :visible.sync="dialogFormTeamMemberVisible"  top="10vh" :title="$t('adjust_member_authority')" >
 
            <el-table align="left"
                 :empty-text="$t('team_member_empty_tips')"
@@ -286,13 +286,13 @@ export default {
 
 .center-card{
   text-align: left;
-  width: 600px;
-  height: 500px;
+  width: 800px;
+  height: 600px;
 }
 
 .goback-btn{
   z-index: 999;
-  margin-left: 300px;
+  margin-left: 500px;
 }
 </style>
 

+ 3 - 3
web_src/src/components/team/Member.vue

@@ -208,13 +208,13 @@ export default {
 
 .center-card{
   text-align: left;
-  width: 600px;
-  height: 500px;
+  width: 800px;
+  height: 600px;
 }
 
 .goback-btn{
   z-index: 999;
-  margin-left: 350px;
+  margin-left: 550px;
 }
 </style>
 

+ 1 - 1
web_src/src/components/user/Setting.vue

@@ -223,7 +223,7 @@ export default {
 .infoForm{
   width: 350px;
   margin: 0 auto ;
-  margin-top: 30px;
+  margin-top: 50px;
   text-align: left;
 }
 </style>