Ver Fonte

所有0.xrem全部屏蔽,字体显示不正常。

wukai há 1 ano atrás
pai
commit
1bc6352c4e
31 ficheiros alterados com 171 adições e 176 exclusões
  1. 2 1
      public/index.html
  2. 2 2
      src/views/doc/oo/onlyoffice.vue
  3. 3 3
      src/views1/File/Demand/DemandView.vue
  4. 4 4
      src/views1/File/Individual/IndividualView.vue
  5. 1 1
      src/views1/File/Individual/Share/ShareView.vue
  6. 2 2
      src/views1/File/Level/LevelView.vue
  7. 3 3
      src/views1/File/Part/PartView.vue
  8. 3 3
      src/views1/File/Publi/PublicView.vue
  9. 4 4
      src/views1/File/Storage/StoView.vue
  10. 17 18
      src/views1/File/Storage/StorageView.vue
  11. 2 2
      src/views1/Group/Groups/GroupsView.vue
  12. 35 36
      src/views1/Page/LeftMores/LeftMoresView.vue
  13. 2 2
      src/views1/Page/More/More2View.vue
  14. 2 2
      src/views1/Page/More/MoreView.vue
  15. 10 10
      src/views1/Page/PageView.vue
  16. 1 1
      src/views1/Page/RightMores/RightMoresView.vue
  17. 3 3
      src/views1/Personal/Messages/MessagesView.vue
  18. 2 2
      src/views1/Personal/Modify/ModifyView.vue
  19. 1 1
      src/views1/Personal/Notice/NoticeView.vue
  20. 3 3
      src/views1/Personal/Partspace/PartspaceView.vue
  21. 3 3
      src/views1/Personal/Publispace/PublispaceView.vue
  22. 3 3
      src/views1/Personal/Space/SpaceView.vue
  23. 3 3
      src/views1/Personal/Storagespace/Groupspace.vue
  24. 3 3
      src/views1/Personal/Storagespace/StoragespaceView.vue
  25. 1 1
      src/views1/Retrieval/RetrievalView.vue
  26. 14 15
      src/views1/System/Authority/AuthorityView.vue
  27. 1 1
      src/views1/System/Department/DepartmentView.vue
  28. 14 15
      src/views1/System/Menu/MenuView.vue
  29. 13 14
      src/views1/System/Role/RoleView.vue
  30. 13 14
      src/views1/System/User/UserView.vue
  31. 1 1
      vue.config.js

+ 2 - 1
public/index.html

@@ -7,7 +7,8 @@
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
     <title><%= webpackConfig.name %></title>
-    <script type="text/javascript" src="http://80.75.112.107:19531/web-apps/apps/api/documents/api.js" charset="utf-8" async></script>
+    <script type="text/javascript" src="https://192.168.188.188:19443/web-apps/apps/api/documents/api.js" charset="utf-8" async></script>
+<!--    <script type="text/javascript" src="http://80.75.112.107:19531/web-apps/apps/api/documents/api.js" charset="utf-8" async></script> -->
     <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
     <style>
       html,

+ 2 - 2
src/views/doc/oo/onlyoffice.vue

@@ -48,7 +48,7 @@
         }
 
         this.doctype = this.getDocType(option.fileType);
-        console.log(this.doctype);
+        console.log(option);
         console.log(option.key);
         let config = {
           document: {
@@ -60,7 +60,7 @@
               print: false, //是否可以打印
               download: false, //是否可以下载
               // "fillForms": true,//是否可以填写表格,如果将mode参数设置为edit,则填写表单仅对文档编辑器可用。 默认值与edit或review参数的值一致。
-              "review": true //跟踪变化
+              review: false //跟踪变化
             },
             url: option.url,
           },

+ 3 - 3
src/views1/File/Demand/DemandView.vue

@@ -321,7 +321,7 @@
 <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -363,7 +363,7 @@
       margin-top: calc(100vh * (35 / 1080));
 
       h3 {
-        font-size: 0.2rem;
+        /* font-size: 0.2rem; */
         color: #ffffffff;
         padding-top: calc(100vh * (30 / 1080));
         padding-bottom: calc(100vh * (10 / 1080));
@@ -495,4 +495,4 @@
     background: #1E497CFF !important;
     color: #FFFFFFFF;
   }
-</style>
+</style>

+ 4 - 4
src/views1/File/Individual/IndividualView.vue

@@ -733,7 +733,7 @@
 <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -790,7 +790,7 @@
 
         .head-top {
           color: #ffffffff;
-          font-size: 0.2rem;
+          /* font-size: 0.2rem; */
           padding-left: calc(100vw * (15 / 1920));
           padding-top: calc(100vh * (25 / 1080));
         }
@@ -809,7 +809,7 @@
 
         p {
           color: #ffffffff;
-          font-size: 0.16rem;
+          /* font-size: 0.16rem; */
           padding-left: calc(100vw * (15 / 1920));
           padding-top: calc(100vh * (25 / 1080));
         }
@@ -1078,4 +1078,4 @@
       vertical-align: bottom;
     }
   }
-</style>
+</style>

+ 1 - 1
src/views1/File/Individual/Share/ShareView.vue

@@ -256,7 +256,7 @@
 <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));

+ 2 - 2
src/views1/File/Level/LevelView.vue

@@ -241,7 +241,7 @@ import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels,
 <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -255,7 +255,7 @@ import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels,
     margin-top: calc(100vh * (35 / 1080));
 
     h3 {
-      font-size: 0.2rem;
+      /* font-size: 0.2rem; */
       color: #ffffffff;
       padding-top: calc(100vh * (30 / 1080));
       padding-bottom: calc(100vh * (10 / 1080));

+ 3 - 3
src/views1/File/Part/PartView.vue

@@ -722,7 +722,7 @@
 <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -775,7 +775,7 @@
 
         .head-top {
           color: #ffffffff;
-          font-size: 0.2rem;
+          /* font-size: 0.2rem; */
           padding-left: calc(100vw * (15 / 1920));
           padding-top: calc(100vh * (25 / 1080));
         }
@@ -794,7 +794,7 @@
 
         p {
           color: #ffffffff;
-          font-size: 0.16rem;
+          /* font-size: 0.16rem; */
           padding-left: calc(100vw * (15 / 1920));
           padding-top: calc(100vh * (25 / 1080));
         }

+ 3 - 3
src/views1/File/Publi/PublicView.vue

@@ -699,7 +699,7 @@
 <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -725,7 +725,7 @@
 
         .head-top {
           color: #ffffffff;
-          font-size: 0.2rem;
+          /* font-size: 0.2rem; */
           padding-left: calc(100vw * (15 / 1920));
           padding-top: calc(100vh * (25 / 1080));
         }
@@ -739,7 +739,7 @@
 
         p {
           color: #ffffffff;
-          font-size: 0.16rem;
+          /* font-size: 0.16rem; */
           padding-left: calc(100vw * (15 / 1920));
           padding-top: calc(100vh * (25 / 1080));
           margin-bottom: calc(100vh * (20 / 1080));

+ 4 - 4
src/views1/File/Storage/StoView.vue

@@ -660,7 +660,7 @@
 <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -713,7 +713,7 @@
 
         .head-top {
           color: #ffffffff;
-          font-size: 0.2rem;
+          /* font-size: 0.2rem; */
           padding-left: calc(100vw * (15 / 1920));
           padding-top: calc(100vh * (25 / 1080));
         }
@@ -741,7 +741,7 @@
 
         p {
           color: #ffffffff;
-          font-size: 0.16rem;
+          /* font-size: 0.16rem; */
           padding-left: calc(100vw * (15 / 1920));
           padding-top: calc(100vh * (25 / 1080));
           padding-bottom: calc(100vh * (20 / 1080));
@@ -995,4 +995,4 @@
     height: calc(100vh * (35 / 1080));
     line-height: calc(100vh * (35 / 1080));
   }
-</style>
+</style>

+ 17 - 18
src/views1/File/Storage/StorageView.vue

@@ -38,15 +38,15 @@
       @pagination="getList" />
 
   </div>
-         
-  
-          
-  
+
+
+
+
         </div>
       </div>
     </div>
   </template>
-      
+
   <script>
   import {
     listGroup,
@@ -151,13 +151,13 @@
       }
     }
   };
- 
+
   </script>
-      
+
   <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -197,7 +197,7 @@
       background-size: calc(100vw * (1876 / 1920)) calc(100vh * (930 / 1080));
       margin-top: calc(100vh * (35 / 1080));
       h3 {
-        font-size: 0.2rem;
+        /* font-size: 0.2rem; */
         color: #ffffffff;
         padding-top: calc(100vh * (28 / 1080));
         padding-bottom: calc(100vh * (10 / 1080));
@@ -229,7 +229,7 @@
       }
     }
   }
-  
+
   //底部跳转
   ::v-deep .pagination-container {
     height: calc(100vh * (50 / 1080));
@@ -263,7 +263,7 @@
     border: 1px solid #01d1ffff;
     color: #006c9aff;
   }
-  
+
   //table底下白线消失处理
   ::v-deep .el-table {
     color: #ffffffff;
@@ -276,10 +276,9 @@
     color: #1890ff;
 }
   </style>
-   
-    
-    
-  
-  
-  
-      
+
+
+
+
+
+

+ 2 - 2
src/views1/Group/Groups/GroupsView.vue

@@ -281,7 +281,7 @@
 <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -323,7 +323,7 @@
       margin-top: calc(100vh * (35 / 1080));
 
       h3 {
-        font-size: 0.2rem;
+        /* font-size: 0.2rem; */
         color: #ffffffff;
         padding-top: calc(100vh * (25 / 1080));
         padding-bottom: calc(100vh * (10 / 1080));

+ 35 - 36
src/views1/Page/LeftMores/LeftMoresView.vue

@@ -38,7 +38,7 @@
                 >
               </el-form-item>
             </el-form>
-        
+
             <el-table
               v-loading="loading"
               :data="msgList"
@@ -50,14 +50,14 @@
               <el-button size="small" @click="looks(scope.row)">查看</el-button>
               </template>
               </el-table-column>
-              
+
               <el-table-column
                 label="发布时间"
                 align="center"
                 prop="createTime"
               />
             </el-table>
-  
+
             <pagination
               v-show="total > 0"
               :total="total"
@@ -65,7 +65,7 @@
               :limit.sync="queryParams.pageSize"
               @pagination="getList"
             />
-  
+
             <!-- 添加或修改系统通知对话框 -->
             <el-dialog
               :title="title"
@@ -93,8 +93,8 @@
                 </el-form-item>
                 <el-form-item label="通知内容">
                <textarea v-model="form.msgContent" cols="50px" rows="17px" style="background: transparent; color: #7ea4c8ff;border: 1px solid #006c9aff;">
-  
-               </textarea>  
+
+               </textarea>
                 </el-form-item>
               </el-form>
               <div slot="footer" class="dialog-footer">
@@ -102,7 +102,7 @@
                 <el-button @click="cancel">取 消</el-button>
               </div>
             </el-dialog>
-  
+
             <!-- 通知内容 -->
             <el-dialog
               title="通知内容"
@@ -111,7 +111,7 @@
               custom-class="el-dialog6"
             >
               <div class="main" v-html="details">
-              
+
               </div>
               <span slot="footer" class="dialog-footer1">
                 <el-button type="primary" @click="look1 = false">确 定</el-button>
@@ -123,12 +123,12 @@
       </div>
     </div>
   </template>
-      
+
       <script>
   import "@/styles1/element-ui1.scss";
 
   import { delShare1, delShare2, notice, msg } from "@/api/doc/share1";
-  
+
   import {
     listMsg,
     getMsg,
@@ -139,7 +139,7 @@
   } from "@/api/doc/msg";
   import Treeselect from "@riophae/vue-treeselect";
   import "@riophae/vue-treeselect/dist/vue-treeselect.css";
-  
+
   export default {
     name: "Msg",
     dicts: ["msg_type"],
@@ -152,7 +152,7 @@
         look1: false,
         //通知内容
         details:"",
-  
+
         // 部门树选项
         deptOptions: undefined,
         // 遮罩层
@@ -352,11 +352,11 @@
     },
   };
   </script>
-      
+
       <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -369,7 +369,7 @@
       background: url(../../../assets/img/Group-610.png);
       background-size: calc(100vw * (1876 / 1920)) calc(100vh * (950 / 1080));
       h3 {
-        font-size: 0.2rem;
+        /* font-size: 0.2rem; */
         color: #ffffffff;
         padding-top: calc(100vh * (27 / 1080));
         padding-left: calc(100vw * (30 / 1920));
@@ -426,19 +426,19 @@
           background: #016c9aa6;
           color: #2e8aec;
         }
-  
+
         ::v-deep .el-table tr {
           background: transparent;
         }
-  
+
         ::v-deep .el-table tbody tr:hover > td {
           background-color: #016c9a78 !important;
         }
-  
+
         ::v-deep .el-table td.el-table__cell {
           border-bottom: 1px solid #006c9aff;
         }
-  
+
         ::v-deep .el-table th.el-table__cell.is-leaf {
           border-bottom: 1px solid #006c9aff;
         }
@@ -470,32 +470,32 @@
       }
     }
   }
-  
+
   //新增/修改弹窗样式
   ::v-deep .el-dialog__title {
     color: white;
   }
-  
+
   ::v-deep .el-dialog .el-form-item {
     margin-top: calc(100vw * (30 / 1920));
   }
-  
+
   ::v-deep .el-upload-list__item:hover {
     background: #002659ff;
   }
-  
+
   //弹窗底部按钮的位置
   ::v-deep .el-dialog__footer {
     padding: 0;
   }
-  
+
   //弹窗关闭按钮
   ::v-deep .el-dialog__headerbtn {
     top: calc(100vh * (45 / 1080));
     right: calc(100vw * (20 / 1920));
     font-size: 20px;
   }
-  
+
   ::v-deep .el-dialog5 {
     width: calc(100vw * (800 / 1920)) !important;
     height: calc(100vh * (950 / 1080)) !important;
@@ -505,7 +505,7 @@
     ::v-deep .el-dialog:not(.is-fullscreen) {
       margin-top: 2vh !important;
     }
-  
+
     //弹窗中间内容
     .el-dialog__body {
       // width: calc(100vw * (620 / 1920)) ;
@@ -519,28 +519,28 @@
     textarea{
       resize:none;
     }
-  
+
     .el-dialog__header {
       padding-bottom: 0;
     }
     .el-form-item__label {
       color: #2e8aecff;
     }
-  
+
     .el-upload__tip {
       font-size: 12px;
       color: #006c9aff;
       margin-top: 0px;
     }
-  
+
     .el-upload-list__item {
       margin: 0;
     }
-  
+
     .el-tag + .el-tag {
       margin-left: 10px;
     }
-  
+
     .button-new-tag {
       margin-left: 10px;
       height: 32px;
@@ -548,7 +548,7 @@
       padding-top: 0;
       padding-bottom: 0;
     }
-  
+
     .input-new-tag {
       width: 90px;
       margin-left: 10px;
@@ -604,7 +604,6 @@
     }
   }
   </style>
-      
-    
-    
-    
+
+
+

+ 2 - 2
src/views1/Page/More/More2View.vue

@@ -695,7 +695,7 @@
 <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -720,7 +720,7 @@
 
         p {
           color: #ffffffff;
-          font-size: 0.16rem;
+          /* font-size: 0.16rem; */
           padding-left: calc(100vw * (15 / 1920));
           padding-top: calc(100vh * (20 / 1080));
         }

+ 2 - 2
src/views1/Page/More/MoreView.vue

@@ -798,7 +798,7 @@
 <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -823,7 +823,7 @@
 
         p {
           color: #ffffffff;
-          font-size: 0.16rem;
+          /* font-size: 0.16rem; */
           padding-left: calc(100vw * (15 / 1920));
           padding-top: calc(100vh * (20 / 1080));
         }

+ 10 - 10
src/views1/Page/PageView.vue

@@ -534,7 +534,7 @@
 <style scoped lang='scss'>
   .containe {
     color: #7ea4c8ff;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     background: url(../../assets/img/background.png);
     background-size: 100% 100%;
@@ -902,12 +902,12 @@
           background-size: calc(100vw * (784 / 1920)) calc(100vh * (477 / 1080));
           margin-top: calc(100vh * (80 / 1080));
           position: relative;
-          font-size: 0.18rem;
+          /* font-size: 0.18rem; */
           color: #ffffffff;
           font-weight: 400;
 
           p {
-            font-size: 0.18rem;
+            /* font-size: 0.18rem; */
             font-family: YouSheBiaoTiHei-Regular, YouSheBiaoTiHei;
             font-weight: bold;
             color: #ffffff;
@@ -1010,14 +1010,14 @@
 
           h3 {
             padding-left: 10px;
-            font-size: 0.2rem;
+            /* font-size: 0.2rem; */
             font-weight: bold;
             font-family: YouSheBiaoTiHei-Regular, YouSheBiaoTiHei;
           }
 
           p {
             padding-right: 10px;
-            font-size: 0.2rem;
+            /* font-size: 0.2rem; */
             color: #2e8aecff;
             font-family: PingFang SC-Medium;
 
@@ -1033,7 +1033,7 @@
           background: transparent;
           height: calc(100vh * (230 / 1080));
           // overflow: auto;
-          font-size: 0.14rem;
+          /* font-size: 0.14rem; */
         }
 
         //滚动条样式
@@ -1075,14 +1075,14 @@
 
           h3 {
             padding-left: 10px;
-            font-size: 0.2rem;
+            /* font-size: 0.2rem; */
             font-weight: bold;
             font-family: YouSheBiaoTiHei-Regular, YouSheBiaoTiHei;
           }
 
           p {
             padding-right: 10px;
-            font-size: 0.2rem;
+            /* font-size: 0.2rem; */
             color: #2e8aecff;
             font-family: PingFang SC-Medium;
 
@@ -1098,7 +1098,7 @@
           background: transparent;
           height: calc(100vh * (230 / 1080));
           // overflow: auto;
-          font-size: 0.14rem;
+          /* font-size: 0.14rem; */
         }
 
         //滚动条样式
@@ -1284,4 +1284,4 @@
   .el-dropdown-menu__item:hover {
     background: #01d1ff3b !important;
   }
-</style>
+</style>

+ 1 - 1
src/views1/Page/RightMores/RightMoresView.vue

@@ -322,7 +322,7 @@
       background: url(../../../assets/img/Group-610.png);
       background-size: calc(100vw * (1876 / 1920)) calc(100vh * (950 / 1080));
       h3 {
-        font-size: 0.2rem;
+        /* font-size: 0.2rem; */
         color: #ffffffff;
         padding-top: calc(100vh * (27 / 1080));
         padding-left: calc(100vw * (30 / 1920));

+ 3 - 3
src/views1/Personal/Messages/MessagesView.vue

@@ -285,7 +285,7 @@
 <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -300,7 +300,7 @@
       background-size: calc(100vw * (1876 / 1920)) calc(100vh * (950 / 1080));
 
       h3 {
-        font-size: 0.2rem;
+        /* font-size: 0.2rem; */
         color: #ffffffff;
         padding-top: calc(100vh * (27 / 1080));
         padding-left: calc(100vw * (30 / 1920));
@@ -573,4 +573,4 @@
       overflow: auto;
     }
   }
-</style>
+</style>

+ 2 - 2
src/views1/Personal/Modify/ModifyView.vue

@@ -106,7 +106,7 @@ export default {
   <style scoped lang='scss'>
 .containe {
   color: #7ea4c8;
-  font-size: 0.14rem;
+  /* font-size: 0.14rem; */
   font-family: PingFang SC-Medium, PingFang SC;
   font-weight: 500;
   padding-left: calc(100vw * (20 / 1920));
@@ -133,7 +133,7 @@ export default {
     margin-top: calc(100vh * (40 / 1080));
     margin-bottom: calc(100vh * (20 / 1080));
     color: #ffffffff;
-    font-size: 0.16rem;
+    /* font-size: 0.16rem; */
     font-weight: bold;
     line-height: calc(100vh * (22 / 1080));
   }

+ 1 - 1
src/views1/Personal/Notice/NoticeView.vue

@@ -330,7 +330,7 @@
       background-size: calc(100vw * (1876 / 1920)) calc(100vh * (950 / 1080));
 
       h3 {
-        font-size: 0.2rem;
+        /* font-size: 0.2rem; */
         color: #ffffffff;
         padding-top: calc(100vh * (27 / 1080));
         padding-left: calc(100vw * (30 / 1920));

+ 3 - 3
src/views1/Personal/Partspace/PartspaceView.vue

@@ -368,7 +368,7 @@
 <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -410,7 +410,7 @@
       margin-top: calc(100vh * (35 / 1080));
 
       h3 {
-        font-size: 0.2rem;
+        /* font-size: 0.2rem; */
         color: #ffffffff;
         padding-top: calc(100vh * (25 / 1080));
         padding-left: calc(100vw * (30 / 1920));
@@ -470,7 +470,7 @@
       align-items: center;
       padding-left: calc(100vw * (34 / 1920));
       color: #ffffffff;
-      font-size: 0.16rem;
+      /* font-size: 0.16rem; */
 
       .el-progress {
         width: calc(100vw * (270 / 1920));

+ 3 - 3
src/views1/Personal/Publispace/PublispaceView.vue

@@ -261,7 +261,7 @@
 <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -303,7 +303,7 @@
       margin-top: calc(100vh * (35 / 1080));
 
       h3 {
-        font-size: 0.2rem;
+        /* font-size: 0.2rem; */
         color: #ffffffff;
         padding-top: calc(100vh * (27 / 1080));
         padding-left: calc(100vw * (30 / 1920));
@@ -482,4 +482,4 @@
   ::v-deep .vue-treeselect__option.vue-treeselect__option--highlight {
     background: #01D1FF3B;
   }
-</style>
+</style>

+ 3 - 3
src/views1/Personal/Space/SpaceView.vue

@@ -388,7 +388,7 @@
 <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -430,7 +430,7 @@
       margin-top: calc(100vh * (35 / 1080));
 
       h3 {
-        font-size: 0.2rem;
+        /* font-size: 0.2rem; */
         color: #ffffffff;
         padding-top: calc(100vh * (23 / 1080));
         padding-left: calc(100vw * (30 / 1920));
@@ -490,7 +490,7 @@
       align-items: center;
       padding-left: calc(100vw * (34 / 1920));
       color: #ffffffff;
-      font-size: 0.16rem;
+      /* font-size: 0.16rem; */
 
       .el-progress {
         width: calc(100vw * (270 / 1920));

+ 3 - 3
src/views1/Personal/Storagespace/Groupspace.vue

@@ -395,7 +395,7 @@
 <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -436,7 +436,7 @@
       margin-top: calc(100vh * (35 / 1080));
 
       h3 {
-        font-size: 0.2rem;
+        /* font-size: 0.2rem; */
         color: #ffffffff;
         padding-top: calc(100vh * (28 / 1080));
         padding-left: calc(100vw * (30 / 1920));
@@ -496,7 +496,7 @@
       align-items: center;
       padding-left: calc(100vw * (34 / 1920));
       color: #ffffffff;
-      font-size: 0.16rem;
+      /* font-size: 0.16rem; */
 
       .el-progress {
         width: calc(100vw * (270 / 1920));

+ 3 - 3
src/views1/Personal/Storagespace/StoragespaceView.vue

@@ -157,7 +157,7 @@
 <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -197,7 +197,7 @@
       margin-top: calc(100vh * (35 / 1080));
 
       h3 {
-        font-size: 0.2rem;
+        /* font-size: 0.2rem; */
         color: #ffffffff;
         padding-top: calc(100vh * (28 / 1080));
         padding-left: calc(100vw * (30 / 1920));
@@ -280,4 +280,4 @@
   ::v-deep .el-button+.el-button {
     color: #1890ff;
   }
-</style>
+</style>

+ 1 - 1
src/views1/Retrieval/RetrievalView.vue

@@ -221,7 +221,7 @@
 <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
   }

+ 14 - 15
src/views1/System/Authority/AuthorityView.vue

@@ -105,7 +105,7 @@
                     >
                   </el-form-item>
                 </el-form>
-    
+
                 <el-row
                   :gutter="10"
                   class="mb8"
@@ -177,7 +177,7 @@
                     :columns="columns"
                   ></right-toolbar>
                 </el-row>
-    
+
                 <el-table
                   v-loading="loading"
                   :data="userList"
@@ -238,7 +238,7 @@
                   </template>
                 </el-table-column>
                 </el-table>
-    
+
                 <pagination
                   v-show="total > 0"
                   :total="total"
@@ -248,7 +248,7 @@
                 />
             </el-col>
           </el-row>
-  
+
           <!-- 添加或修改用户配置对话框 -->
           <el-dialog :title="title" :visible.sync="open" width="600px" append-to-body>
             <el-form ref="form" :model="form" :rules="rules" label-width="80px">
@@ -354,7 +354,7 @@
               <el-button @click="cancel">取 消</el-button>
             </div>
           </el-dialog>
-  
+
           <!-- 用户导入对话框 -->
           <el-dialog :title="upload.title" :visible.sync="upload.open" width="400px" append-to-body>
             <el-upload
@@ -388,7 +388,7 @@
       </div>
     </div>
   </template>
-    
+
     <script>
   import {
     listUser,
@@ -403,7 +403,7 @@
   import { getToken } from "@/utils/auth";
   import Treeselect from "@riophae/vue-treeselect";
   import "@riophae/vue-treeselect/dist/vue-treeselect.css";
-  
+
   export default {
     name: "User",
     dicts: ["sys_normal_disable", "sys_user_sex"],
@@ -764,11 +764,11 @@
     },
   };
   </script>
-    
+
     <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -795,7 +795,7 @@
       margin-top: calc(100vh * (20 / 1080));
       margin-bottom: calc(100vh * (20 / 1080));
       color: #ffffffff;
-      font-size: 0.16rem;
+      /* font-size: 0.16rem; */
       font-weight: bold;
       line-height: calc(100vh * (22 / 1080));
     }
@@ -816,7 +816,7 @@
         background-size: calc(100vw * (260 / 1920)) calc(100vh * (880 / 1080));
         .head-top {
           color: #ffffffff;
-          font-size: 0.2rem;
+          /* font-size: 0.2rem; */
           padding-left: calc(100vw * (15 / 1920));
           padding-top: calc(100vh * (20 / 1080));
         }
@@ -831,7 +831,7 @@
           display: flex;
           align-items: center;
           padding-left: calc(100vw * (20 / 1920));
-  
+
       }
       .main-right {
         width: calc(100vw * (1600 / 1920));
@@ -840,7 +840,7 @@
         background-size: calc(100vw * (1600 / 1920)) calc(100vh * (804 / 1080));
         p {
           color: #ffffffff;
-          font-size: 0.16rem;
+          /* font-size: 0.16rem; */
           padding-left: calc(100vw * (15 / 1920));
           padding-top: calc(100vh * (15 / 1080));
         }
@@ -873,7 +873,7 @@
     background: transparent;
     color: #7ea4c8ff;
   }
-  
+
   ::v-deep .el-progress-bar__outer {
     border-radius: 0;
   }
@@ -924,4 +924,3 @@
     color: black;
   }
   </style>
-    

+ 1 - 1
src/views1/System/Department/DepartmentView.vue

@@ -875,7 +875,7 @@
       <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));

+ 14 - 15
src/views1/System/Menu/MenuView.vue

@@ -106,7 +106,7 @@
                     >
                   </el-form-item>
                 </el-form>
-    
+
                 <el-row
                   :gutter="10"
                   class="mb8"
@@ -178,7 +178,7 @@
                     :columns="columns"
                   ></right-toolbar>
                 </el-row>
-    
+
                 <el-table
                   v-loading="loading"
                   :data="userList"
@@ -239,7 +239,7 @@
                   </template>
                 </el-table-column>
                 </el-table>
-    
+
                 <pagination
                   v-show="total > 0"
                   :total="total"
@@ -249,7 +249,7 @@
                 />
             </el-col>
           </el-row>
-  
+
           <!-- 添加或修改用户配置对话框 -->
           <el-dialog :title="title" :visible.sync="open" width="600px" append-to-body>
             <el-form ref="form" :model="form" :rules="rules" label-width="80px">
@@ -355,7 +355,7 @@
               <el-button @click="cancel">取 消</el-button>
             </div>
           </el-dialog>
-  
+
           <!-- 用户导入对话框 -->
           <el-dialog :title="upload.title" :visible.sync="upload.open" width="400px" append-to-body>
             <el-upload
@@ -389,7 +389,7 @@
       </div>
     </div>
   </template>
-    
+
     <script>
   import {
     listUser,
@@ -404,7 +404,7 @@
   import { getToken } from "@/utils/auth";
   import Treeselect from "@riophae/vue-treeselect";
   import "@riophae/vue-treeselect/dist/vue-treeselect.css";
-  
+
   export default {
     name: "User",
     dicts: ["sys_normal_disable", "sys_user_sex"],
@@ -765,11 +765,11 @@
     },
   };
   </script>
-    
+
     <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -796,7 +796,7 @@
       margin-top: calc(100vh * (20 / 1080));
       margin-bottom: calc(100vh * (20 / 1080));
       color: #ffffffff;
-      font-size: 0.16rem;
+      /* font-size: 0.16rem; */
       font-weight: bold;
       line-height: calc(100vh * (22 / 1080));
     }
@@ -817,7 +817,7 @@
         background-size: calc(100vw * (260 / 1920)) calc(100vh * (880 / 1080));
         .head-top {
           color: #ffffffff;
-          font-size: 0.2rem;
+          /* font-size: 0.2rem; */
           padding-left: calc(100vw * (15 / 1920));
           padding-top: calc(100vh * (20 / 1080));
         }
@@ -832,7 +832,7 @@
           display: flex;
           align-items: center;
           padding-left: calc(100vw * (20 / 1920));
-  
+
       }
       .main-right {
         width: calc(100vw * (1600 / 1920));
@@ -841,7 +841,7 @@
         background-size: calc(100vw * (1600 / 1920)) calc(100vh * (804 / 1080));
         p {
           color: #ffffffff;
-          font-size: 0.16rem;
+          /* font-size: 0.16rem; */
           padding-left: calc(100vw * (15 / 1920));
           padding-top: calc(100vh * (15 / 1080));
         }
@@ -874,7 +874,7 @@
     background: transparent;
     color: #7ea4c8ff;
   }
-  
+
   ::v-deep .el-progress-bar__outer {
     border-radius: 0;
   }
@@ -925,4 +925,3 @@
     color: #006C9AFF;
 }
   </style>
-    

+ 13 - 14
src/views1/System/Role/RoleView.vue

@@ -100,7 +100,7 @@
                     >
                   </el-form-item>
                 </el-form>
-    
+
                 <el-row
                   :gutter="10"
                   class="mb8"
@@ -172,7 +172,7 @@
                     :columns="columns"
                   ></right-toolbar>
                 </el-row>
-    
+
                 <el-table
                   v-loading="loading"
                   :data="userList"
@@ -233,7 +233,7 @@
                   </template>
                 </el-table-column>
                 </el-table>
-    
+
                 <pagination
                   v-show="total > 0"
                   :total="total"
@@ -243,7 +243,7 @@
                 />
             </el-col>
           </el-row>
-  
+
           <!-- 添加或修改用户配置对话框 -->
           <el-dialog :title="title" :visible.sync="open" width="600px" append-to-body>
             <el-form ref="form" :model="form" :rules="rules" label-width="80px">
@@ -349,7 +349,7 @@
               <el-button @click="cancel">取 消</el-button>
             </div>
           </el-dialog>
-  
+
           <!-- 用户导入对话框 -->
           <el-dialog :title="upload.title" :visible.sync="upload.open" width="400px" append-to-body>
             <el-upload
@@ -383,7 +383,7 @@
       </div>
     </div>
   </template>
-    
+
     <script>
   import {
     listUser,
@@ -398,7 +398,7 @@
   import { getToken } from "@/utils/auth";
   import Treeselect from "@riophae/vue-treeselect";
   import "@riophae/vue-treeselect/dist/vue-treeselect.css";
-  
+
   export default {
     name: "User",
     dicts: ["sys_normal_disable", "sys_user_sex"],
@@ -759,11 +759,11 @@
     },
   };
   </script>
-    
+
     <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -790,7 +790,7 @@
       margin-top: calc(100vh * (20 / 1080));
       margin-bottom: calc(100vh * (20 / 1080));
       color: #ffffffff;
-      font-size: 0.16rem;
+      /* font-size: 0.16rem; */
       font-weight: bold;
       line-height: calc(100vh * (22 / 1080));
     }
@@ -811,7 +811,7 @@
         background-size: calc(100vw * (260 / 1920)) calc(100vh * (880 / 1080));
         .head-top {
           color: #ffffffff;
-          font-size: 0.2rem;
+          /* font-size: 0.2rem; */
           padding-left: calc(100vw * (15 / 1920));
           padding-top: calc(100vh * (18 / 1080));
         }
@@ -823,7 +823,7 @@
         background-size: calc(100vw * (1600 / 1920)) calc(100vh * (880 / 1080));
         p {
           color: #ffffffff;
-          font-size: 0.16rem;
+          /* font-size: 0.16rem; */
           padding-left: calc(100vw * (15 / 1920));
           padding-top: calc(100vh * (18 / 1080));
         }
@@ -857,7 +857,7 @@
     background: transparent;
     color: #7ea4c8ff;
   }
-  
+
   ::v-deep .el-progress-bar__outer {
     border-radius: 0;
   }
@@ -908,4 +908,3 @@
     color: black;
   }
   </style>
-    

+ 13 - 14
src/views1/System/User/UserView.vue

@@ -100,7 +100,7 @@
                     >
                   </el-form-item>
                 </el-form>
-    
+
                 <el-row
                   :gutter="10"
                   class="mb8"
@@ -172,7 +172,7 @@
                     :columns="columns"
                   ></right-toolbar>
                 </el-row>
-    
+
                 <el-table
                   v-loading="loading"
                   :data="userList"
@@ -233,7 +233,7 @@
                   </template>
                 </el-table-column>
                 </el-table>
-    
+
                 <pagination
                   v-show="total > 0"
                   :total="total"
@@ -243,7 +243,7 @@
                 />
             </el-col>
           </el-row>
-  
+
           <!-- 添加或修改用户配置对话框 -->
           <el-dialog :title="title" :visible.sync="open" width="600px" append-to-body>
             <el-form ref="form" :model="form" :rules="rules" label-width="80px">
@@ -349,7 +349,7 @@
               <el-button @click="cancel">取 消</el-button>
             </div>
           </el-dialog>
-  
+
           <!-- 用户导入对话框 -->
           <el-dialog :title="upload.title" :visible.sync="upload.open" width="400px" append-to-body>
             <el-upload
@@ -383,7 +383,7 @@
       </div>
     </div>
   </template>
-    
+
     <script>
   import {
     listUser,
@@ -398,7 +398,7 @@
   import { getToken } from "@/utils/auth";
   import Treeselect from "@riophae/vue-treeselect";
   import "@riophae/vue-treeselect/dist/vue-treeselect.css";
-  
+
   export default {
     name: "User",
     dicts: ["sys_normal_disable", "sys_user_sex"],
@@ -759,11 +759,11 @@
     },
   };
   </script>
-    
+
     <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    /* font-size: 0.14rem; */
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -790,7 +790,7 @@
       margin-top: calc(100vh * (20 / 1080));
       margin-bottom: calc(100vh * (20 / 1080));
       color: #ffffffff;
-      font-size: 0.16rem;
+      /* font-size: 0.16rem; */
       font-weight: bold;
       line-height: calc(100vh * (22 / 1080));
     }
@@ -811,7 +811,7 @@
         background-size: calc(100vw * (260 / 1920)) calc(100vh * (880 / 1080));
         .head-top {
           color: #ffffffff;
-          font-size: 0.2rem;
+          /* font-size: 0.2rem; */
           padding-left: calc(100vw * (15 / 1920));
           padding-top: calc(100vh * (18 / 1080));
         }
@@ -823,7 +823,7 @@
         background-size: calc(100vw * (1600 / 1920)) calc(100vh * (880 / 1080));
         p {
           color: #ffffffff;
-          font-size: 0.16rem;
+          /* font-size: 0.16rem; */
           padding-left: calc(100vw * (15 / 1920));
           padding-top: calc(100vh * (18 / 1080));
         }
@@ -857,7 +857,7 @@
     background: transparent;
     color: #7ea4c8ff;
   }
-  
+
   ::v-deep .el-progress-bar__outer {
     border-radius: 0;
   }
@@ -908,4 +908,3 @@
     color: black;
   }
   </style>
-    

+ 1 - 1
vue.config.js

@@ -36,7 +36,7 @@ module.exports = {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
         // target: `http://192.168.188.99:8080`,
-        target: 'http://localhost:8080',
+        target: 'http://192.168.188.188:8080',
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''