Hua 1 mese fa
parent
commit
0631b20723
38 ha cambiato i file con 124 aggiunte e 119 eliminazioni
  1. 1 1
      ruoyi-ui/index.html
  2. 3 1
      ruoyi-ui/src/App.vue
  3. 1 0
      ruoyi-ui/src/layout/components/Navbar.vue
  4. 7 5
      ruoyi-ui/src/layout/components/Sidebar/SidebarItem.vue
  5. 11 11
      ruoyi-ui/src/layout/components/Sidebar/index.vue
  6. 3 3
      ruoyi-ui/src/layout/components/editModel.vue
  7. 1 1
      ruoyi-ui/src/views/codeModel(developer).vue
  8. 1 1
      ruoyi-ui/src/views/container/index.vue
  9. 1 1
      ruoyi-ui/src/views/developer/example/index.vue
  10. 1 1
      ruoyi-ui/src/views/developer/guide/index.vue
  11. 1 1
      ruoyi-ui/src/views/developer/workSpace/shenqing.vue
  12. 1 1
      ruoyi-ui/src/views/developer/workSpace/yingyong.vue
  13. 1 1
      ruoyi-ui/src/views/developer/workSpace/ziyuan.vue
  14. 5 5
      ruoyi-ui/src/views/dpp/calculateDev/index.vue
  15. 1 1
      ruoyi-ui/src/views/dpp/task/integratioTask/index2.vue
  16. 3 3
      ruoyi-ui/src/views/evaluate/quality.vue
  17. 2 2
      ruoyi-ui/src/views/evaluate/score.vue
  18. 3 3
      ruoyi-ui/src/views/evaluate/xiaolv.vue
  19. 6 6
      ruoyi-ui/src/views/map/components/map.vue
  20. 2 2
      ruoyi-ui/src/views/platform/plugin/peizhi.vue
  21. 13 13
      ruoyi-ui/src/views/register/componentReg/index.vue
  22. 6 6
      ruoyi-ui/src/views/register/componentReg/peizhi.vue
  23. 4 4
      ruoyi-ui/src/views/register/modelData/dataJi.vue
  24. 4 4
      ruoyi-ui/src/views/register/modelData/dataJiDe.vue
  25. 1 1
      ruoyi-ui/src/views/register/modelData/dataSource.vue
  26. 2 2
      ruoyi-ui/src/views/register/modelData/metaData.vue
  27. 2 2
      ruoyi-ui/src/views/service/component/index.vue
  28. 3 3
      ruoyi-ui/src/views/service/fabu/fabu.vue
  29. 5 5
      ruoyi-ui/src/views/service/info/editModel.vue
  30. 3 3
      ruoyi-ui/src/views/service/info/fabu.vue
  31. 3 3
      ruoyi-ui/src/views/service/info/index.vue
  32. 4 4
      ruoyi-ui/src/views/service/info/shenhe.vue
  33. 4 4
      ruoyi-ui/src/views/service/info/test.vue
  34. 3 3
      ruoyi-ui/src/views/service/shenhe/index.vue
  35. 4 4
      ruoyi-ui/src/views/service/test/index.vue
  36. 1 1
      ruoyi-ui/src/views/service/timing/index.vue
  37. 3 3
      ruoyi-ui/src/views/shouye.vue
  38. 4 4
      ruoyi-ui/src/views/standardization/modeling/index.vue

+ 1 - 1
ruoyi-ui/index.html

@@ -17,7 +17,7 @@
       margin: 0px;
       padding: 0px;
     }
-
+    
     .chromeframe {
       margin: 0.2em 0;
       background: #ccc;

+ 3 - 1
ruoyi-ui/src/App.vue

@@ -1,5 +1,7 @@
 <template>
-  <router-view :key="route.fullPath"/>
+  <el-config-provider>
+    <router-view :key="route.fullPath"/>
+  </el-config-provider>
 </template>
 
 <script setup>

+ 1 - 0
ruoyi-ui/src/layout/components/Navbar.vue

@@ -139,6 +139,7 @@ function setLayout() {
 
   .breadcrumb-container {
     float: left;
+    font-size: 17px;
   }
 
   .topmenu-container {

+ 7 - 5
ruoyi-ui/src/layout/components/Sidebar/SidebarItem.vue

@@ -108,24 +108,26 @@ function hasTitle(title) {
 //   display: flex;
 // }
 .nest-menu{
-  font-size: 16px !important;
+  font-size: 17px !important;
 }
 
 </style>
 <style scoped>
 /* 修改子菜单标题文字 */
 .subMenu :deep(.el-sub-menu__title) {
-  font-size: 15px !important;
+  font-size: 17px !important;
+}
+:deep(.el-menu-item){
+  font-size: 16px !important;
 }
-
 /* 修改菜单项文字(含嵌套子菜单) */
 .subMenu :deep(.el-menu-item),
 .subMenu :deep(.el-sub-menu__title) {
-  font-size: 15px !important;
+  font-size: 17px !important;
 }
 
 /* 修改标题文本(针对用户代码中的 .menu-title) */
 .subMenu :deep(.menu-title) {
-  font-size: 15px !important;
+  font-size: 17px !important;
 }
 </style>

+ 11 - 11
ruoyi-ui/src/layout/components/Sidebar/index.vue

@@ -3,20 +3,20 @@
        :style="{ backgroundColor: sideTheme === 'theme-dark' ? variables.menuBackground : variables.menuLightBackground }">
     <logo v-if="showLogo" :collapse="isCollapse"/>
     <el-row class="headBar">
-      <el-col :span="8.5">
+      <el-col :span="7">
         <div class="line-left-img">
-          <img src="@/assets/images/top.png" alt=""/>
+          <!-- <img src="@/assets/images/top.png" alt=""/> -->
         </div>
-        <div class="line-left-name" style="font-size: 22px;">
+        <div class="line-left-name" style="margin-left: 4%;">
           <span>上海市水务海洋数字孪生模型服务管理系统</span>
         </div>
       </el-col>
-      <el-col :span="16">
+      <el-col :span="17">
         <el-scrollbar :class="sideTheme" wrap-class="scrollbar-wrapper" style="margin-left: 4%;">
           <el-menu
               :default-active="activeMenu"
               class="custom-menu"
-              style="margin-top: 1%;font-size: 14px"
+              style="margin-top: 1%;"
               :collapse="isCollapse"
               :background-color="sideTheme === 'theme-dark' ? variables.menuBackground : variables.menuLightBackground"
               :text-color="sideTheme === 'theme-dark' ? variables.menuColor : variables.menuLightColor"
@@ -26,7 +26,7 @@
               mode="horizontal"
           >
             <sidebar-item
-                style="margin-top: -0.7%;font-size: 14px"
+                style="margin-top: -0.7%;"
                 v-for="(route, index) in sidebarRouters"
                 :key="route.path + index"
                 :item="route"
@@ -35,7 +35,7 @@
           </el-menu>
         </el-scrollbar>
       </el-col>
-      <el-col :span="1">
+      <el-col :span="1" style="margin-left:-5%;">
         <div class="avatar-container">
           <el-dropdown @command="handleCommand" class="right-menu-item hover-effect" trigger="click">
             <div class="avatar-wrapper">
@@ -146,7 +146,7 @@ function handleCommand(command) {
     float: left;
 
     span {
-      font-size: 22px;
+      font-size: 25px;
       font-weight: bold;
       color: #f5f6f8;
       height: 60px;
@@ -188,15 +188,15 @@ function handleCommand(command) {
 <style scoped>
 /* 深度穿透修改 */
 :deep(.el-sub-menu__title .el-tooltip__trigger .el-tooltip__trigger){
-  font-size: 14px !important;
+  font-size: 15px !important;
 }
 :deep(.menu-title){
-  font-size: 14px !important;
+  font-size: 17px !important;
   
 }
 :deep(.custom-menu .el-menu-item),
 :deep(.custom-menu .el-submenu__title) {
-  font-size: 14px !important;
+  font-size: 15px !important;
 }
 </style>
 

+ 3 - 3
ruoyi-ui/src/layout/components/editModel.vue

@@ -148,7 +148,7 @@
                       :data="tableDataCan" 
                       :cell-style="{ textAlign: 'center', }"
                       :header-cell-style="{ textAlign: 'center'}"
-                      :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+                      :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                       border >
                           <el-table-column prop="paramCode" label="参数字段">
                           </el-table-column>
@@ -359,7 +359,7 @@
                             :data="tableDataCan" 
                             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
                             :header-cell-style="{ textAlign: 'center'}"
-                            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+                            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                             border >
                                 <el-table-column prop="itemName" label="参数字段">
                                     <template #default="scope">
@@ -636,7 +636,7 @@
                             :data="tableDataCanAdd" 
                             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
                             :header-cell-style="{ textAlign: 'center'}"
-                            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+                            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                             border >
                                 <el-table-column prop="itemName" label="参数字段">
                                     <template #default="scope">

+ 1 - 1
ruoyi-ui/src/views/codeModel(developer).vue

@@ -30,7 +30,7 @@
         style="width: 100%;margin-left: 2%;margin-top: 0.5%;"
         :cell-style="{ padding:'5px' }"
         :header-cell-style="{height: heightAll*0.01+'px',}"
-        :row-style="{ fontSize: '16px',textAlign:'center'}"
+        :row-style="{ fontSize: '17px',textAlign:'center'}"
         border 
         :height="tableheight">
         <el-table-column type="index" label="序号" width="80"></el-table-column>

+ 1 - 1
ruoyi-ui/src/views/container/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <el-tabs tab-position="left" style="height: 100%;padding: 10px 0;">
+  <el-tabs tab-position="left" style="height: 100%;padding: 10px 0;;">
     <el-tab-pane label="容器管理">
       <container-detail></container-detail>
     </el-tab-pane>

+ 1 - 1
ruoyi-ui/src/views/developer/example/index.vue

@@ -40,7 +40,7 @@
         style="width: 98%;margin-left: 1%;margin-top: 1%;"
         :cell-style="{ textAlign: 'center' }"
         :header-cell-style="{ textAlign: 'center' }"
-        :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+        :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
         border 
         :max-height="tableheight">
         <el-table-column type="selection" width="55"></el-table-column>

+ 1 - 1
ruoyi-ui/src/views/developer/guide/index.vue

@@ -52,7 +52,7 @@
         <el-table 
           :data="tableData" 
           style="width: 100%"
-          :row-style="{ height: heightAll*0.08+'px',fontSize: '16px'  }"
+          :row-style="{ height: heightAll*0.08+'px',fontSize: '17px'  }"
           border 
           :max-height="tableheight">
           <el-table-column prop="date" label="参数" width="300" />

+ 1 - 1
ruoyi-ui/src/views/developer/workSpace/shenqing.vue

@@ -20,7 +20,7 @@
                 :cell-style="{ textAlign: 'center',padding:'3px 0px' }"
                 :header-cell-style="{ textAlign: 'center', }"
                 max-height="45vh"
-                :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+                :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                 border>
                     <el-table-column prop="parName" label="流程单号">
                     </el-table-column>

+ 1 - 1
ruoyi-ui/src/views/developer/workSpace/yingyong.vue

@@ -17,7 +17,7 @@
         :cell-style="{ textAlign: 'center',padding:'3px 0px' }"
         :header-cell-style="{ textAlign: 'center', }"
         max-height="45vh"
-        :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+        :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
         border>
             <el-table-column prop="parName" label="应用名称">
             </el-table-column>

+ 1 - 1
ruoyi-ui/src/views/developer/workSpace/ziyuan.vue

@@ -10,7 +10,7 @@
         :cell-style="{ textAlign: 'center',padding:'3px 0px' }"
         :header-cell-style="{ textAlign: 'center', }"
         max-height="45vh"
-        :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+        :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
         border>
             <el-table-column prop="parName" label="信息资源名称">
             </el-table-column>

+ 5 - 5
ruoyi-ui/src/views/dpp/calculateDev/index.vue

@@ -79,7 +79,7 @@
             style="width: 98%;margin-left: 1%;margin-top: 0.5%;height: 73vh;"
             :cell-style="{ padding:'5px' }"
             :header-cell-style="{height: heightAll*0.01+'px',}"
-            :row-style="{ fontSize: '16px',textAlign:'center'}"
+            :row-style="{ fontSize: '17px',textAlign:'center'}"
             border >
             <el-table-column type="index" label="序号" width="80">
               <template #default="{ $index }">
@@ -149,7 +149,7 @@
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
                 </el-table-column>
@@ -380,7 +380,7 @@
         :data="tableDataCanStart" 
         :cell-style="{ textAlign: 'center',padding:'2px 0' }"
         :header-cell-style="{ textAlign: 'center'}"
-        :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+        :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
         border >
             <el-table-column prop="itemName" label="参数名称">
                 <template #default="scope">
@@ -520,7 +520,7 @@
           style="width: 98%;margin-left: 1%;margin-top: 1.5%;;height: 73vh;"
           :cell-style="{ padding:'5px' }"
           :header-cell-style="{height: heightAll*0.01+'px',}"
-          :row-style="{ fontSize: '16px',textAlign:'center'}"
+          :row-style="{ fontSize: '17px',textAlign:'center'}"
           border >
           <el-table-column type="index" label="序号" width="80">
             <template #default="{ $index }">
@@ -595,7 +595,7 @@
       style="width: 98%;margin-left: 1%;margin-top: 0.5%;height: 73vh;"
       :cell-style="{ padding:'5px' }"
       :header-cell-style="{height: heightAll*0.01+'px',}"
-      :row-style="{ fontSize: '16px',textAlign:'center'}"
+      :row-style="{ fontSize: '17px',textAlign:'center'}"
       border >
           <el-table-column prop="taskStatus" label="状态">
             <template #default="scope">

+ 1 - 1
ruoyi-ui/src/views/dpp/task/integratioTask/index2.vue

@@ -30,7 +30,7 @@
         :cell-style="{ paddingTop:'3px',paddingBottom:'3px' }"
         :header-cell-style="{height: heightAll*0.01+'px',}"
         @selection-change="handleSelectionChange"
-        :row-style="{ fontSize: '16px',textAlign:'center'}"
+        :row-style="{ fontSize: '17px',textAlign:'center'}"
         border
         :height="tableheight">
       <el-table-column type="selection" width="55"/>

+ 3 - 3
ruoyi-ui/src/views/evaluate/quality.vue

@@ -37,7 +37,7 @@
           style="width: 100%;margin-left: 0%;margin-top: -0.8%;height: 80vh;"
           :cell-style="{ padding:'5px' }"
           :header-cell-style="{height: heightAll*0.01+'px',}"
-          :row-style="{ fontSize: '16px',textAlign:'center'}"
+          :row-style="{ fontSize: '17px',textAlign:'center'}"
           border >
           <el-table-column type="index" label="序号" width="80">
             <template #default="{ $index }">
@@ -104,7 +104,7 @@
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
                 </el-table-column>
@@ -136,7 +136,7 @@
             :data="tableDataLog" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="createBy" label="名称">
                 </el-table-column>

+ 2 - 2
ruoyi-ui/src/views/evaluate/score.vue

@@ -16,7 +16,7 @@
           style="width: 100%;margin-left: 1%;margin-top: 0.5%;"
           :cell-style="{ padding:'5px' }"
           :header-cell-style="{height: heightAll*0.01+'px',}"
-          :row-style="{ fontSize: '16px',textAlign:'center'}"
+          :row-style="{ fontSize: '17px',textAlign:'center'}"
           border >
           <el-table-column type="index" label="序号" width="80">
             <template #default="{ $index }">
@@ -71,7 +71,7 @@
             :data="tableDataLog" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="createBy" label="评价人">
                 </el-table-column>

+ 3 - 3
ruoyi-ui/src/views/evaluate/xiaolv.vue

@@ -39,7 +39,7 @@
           style="width: 100%;margin-left: 0%;margin-top: -0.8%;height: 80vh;"
           :cell-style="{ padding:'5px' }"
           :header-cell-style="{height: heightAll*0.01+'px',}"
-          :row-style="{ fontSize: '16px',textAlign:'center'}"
+          :row-style="{ fontSize: '17px',textAlign:'center'}"
           border >
           <el-table-column type="index" label="序号" width="80">
             <template #default="{ $index }">
@@ -106,7 +106,7 @@
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
                 </el-table-column>
@@ -138,7 +138,7 @@
             :data="tableDataLog" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="createBy" label="名称">
                 </el-table-column>

+ 6 - 6
ruoyi-ui/src/views/map/components/map.vue

@@ -19,7 +19,7 @@
           style="width: 98%;margin-left: 1%;margin-top: 1%;height: 40vh;"
           :cell-style="{ padding:'5px' }"
           :header-cell-style="{height: heightAll*0.01+'px',}"
-          :row-style="{ fontSize: '16px',textAlign:'center'}"
+          :row-style="{ fontSize: '17px',textAlign:'center'}"
           border>
         <el-table-column type="index" label="序号" width="80">
           <template #default="{ $index }">
@@ -43,7 +43,7 @@
           style="width: 98%;margin-left: 1%;margin-top: 1%;height: 80vh;"
           :cell-style="{ padding:'5px' }"
           :header-cell-style="{height: heightAll*0.01+'px',}"
-          :row-style="{ fontSize: '16px',textAlign:'center'}"
+          :row-style="{ fontSize: '17px',textAlign:'center'}"
           border>
         <el-table-column type="index" label="序号" width="80">
           <template #default="{ $index }">
@@ -77,7 +77,7 @@
           style="width: 98%;margin-left: 1%;margin-top: 1%;height: 40vh;"
           :cell-style="{ padding:'5px' }"
           :header-cell-style="{height: heightAll*0.01+'px',}"
-          :row-style="{ fontSize: '16px',textAlign:'center'}"
+          :row-style="{ fontSize: '17px',textAlign:'center'}"
           border>
         <el-table-column type="index" label="序号" width="80">
           <template #default="{ $index }">
@@ -101,7 +101,7 @@
           style="width: 98%;margin-left: 1%;margin-top: 1%;height: 80vh;"
           :cell-style="{ padding:'5px' }"
           :header-cell-style="{height: heightAll*0.01+'px',}"
-          :row-style="{ fontSize: '16px',textAlign:'center'}"
+          :row-style="{ fontSize: '17px',textAlign:'center'}"
           border>
         <el-table-column type="index" label="序号" width="80">
           <template #default="{ $index }">
@@ -127,7 +127,7 @@
           style="width: 98%;margin-left: 1%;margin-top: 1%;height: 40vh;"
           :cell-style="{ padding:'5px' }"
           :header-cell-style="{height: heightAll*0.01+'px',}"
-          :row-style="{ fontSize: '16px',textAlign:'center'}"
+          :row-style="{ fontSize: '17px',textAlign:'center'}"
           border>
         <el-table-column type="index" label="序号" width="80">
           <template #default="{ $index }">
@@ -152,7 +152,7 @@
           style="width: 98%;margin-left: 1%;margin-top: 1%;height: 40vh;"
           :cell-style="{ padding:'5px' }"
           :header-cell-style="{height: heightAll*0.01+'px',}"
-          :row-style="{ fontSize: '16px',textAlign:'center'}"
+          :row-style="{ fontSize: '17px',textAlign:'center'}"
           border>
         <el-table-column type="index" label="序号" width="80">
           <template #default="{ $index }">

+ 2 - 2
ruoyi-ui/src/views/platform/plugin/peizhi.vue

@@ -28,7 +28,7 @@
         style="width: 98%;margin-left: 1%;margin-top: 0.5%;"
         :cell-style="{ padding:'5px' }"
         :header-cell-style="{height: heightAll*0.01+'px',}"
-        :row-style="{ fontSize: '16px',textAlign:'center'}"
+        :row-style="{ fontSize: '17px',textAlign:'center'}"
         border >
         <el-table-column type="index" label="序号" width="80">
           <template #default="{ $index }">
@@ -585,7 +585,7 @@
                 :cell-style="{ textAlign: 'center',padding:'3px 0px' }"
                 :header-cell-style="{ textAlign: 'center', }"
                 max-height="45vh"
-                :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+                :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                 border>
                     <el-table-column prop="parName" label="*参数英文名">
                       <template #default="scope" style="width: 120%;">

+ 13 - 13
ruoyi-ui/src/views/register/componentReg/index.vue

@@ -1,5 +1,5 @@
-<template>
-  <div style="width: 100%;padding-top: 1%;" :style="{'height':heightAll+'px'}">
+<template style="">
+  <div style="width: 100%;padding-top: 1%;font-size:17px" :style="{'height':heightAll+'px'}">
     <div style="display: flex;width: 100%;margin-left: 1%;justify-content: space-between;">
       <div style="display: flex;width: 35%;">
         <div style="display: flex;width: 100%;align-items: center;">
@@ -28,7 +28,7 @@
         style="width: 98%;margin-left: 1%;margin-top: 0.5%;"
         :cell-style="{ padding:'5px' }"
         :header-cell-style="{height: heightAll*0.01+'px',}"
-        :row-style="{ fontSize: '16px',textAlign:'center'}"
+        :row-style="{ fontSize: '17px',textAlign:'center'}"
         border >
         <el-table-column type="index" label="序号" width="80">
           <template #default="{ $index }">
@@ -75,17 +75,17 @@
         <el-table-column prop="address" label="操作" width="270">
             <template #default="scope">
                 <div style="display: flex;justify-content: space-between;width: 100%;">
-                    <el-button type="primary" @click="showEdit(scope.row)" size="mini" text style="margin-left: 0%;">编辑</el-button>
+                    <el-button type="primary" @click="showEdit(scope.row)" size="mini" text style="margin-left: 0%;font-size: 16px;">编辑</el-button>
                     <!-- <el-button type="danger" text size="mini" style="margin-left: -5%;" @click="handleDelete(scope.row)">注销</el-button> -->
                     <!-- <el-button @click="showDe(scope.row)" type="primary" text size="mini" style="margin-left: -5%;">查看</el-button> -->
-                    <el-button @click="showPei(scope.row)" type="warning" text size="mini" style="margin-left: -5%;">配置</el-button>
-                    <el-button type="danger" @click="delModel(scope.row)" text size="mini" style="margin-left: -5%;">删除</el-button>
-                    <el-button v-if="scope.row.audit === null||scope.row.audit === '2'||scope.row.audit === ''" type="info" @click="shenhe(scope.row)" text size="mini" style="margin-left: -5%;">审核申请</el-button>
+                    <el-button @click="showPei(scope.row)" type="warning" text size="mini" style="margin-left: -5%;font-size: 16px;">配置</el-button>
+                    <el-button type="danger" @click="delModel(scope.row)" text size="mini" style="margin-left: -5%;font-size: 16px;">删除</el-button>
+                    <el-button v-if="scope.row.audit === null||scope.row.audit === '2'||scope.row.audit === ''" type="info" @click="shenhe(scope.row)" text size="mini" style="margin-left: -5%;font-size: 16px;">审核申请</el-button>
                 </div>
             </template>
         </el-table-column>
       </el-table>
-        <el-dialog v-model="dialogVisible" title="" width="60%" @close="clearForm">
+        <el-dialog v-model="dialogVisible" title="" width="60%" @close="clearForm" >
                 <div class="card-header">
                   <span style="font-size: 20px;margin-left: 1%;">基本信息</span>
                   <el-divider style="margin-top: 1%;"/>
@@ -606,7 +606,7 @@
                 :cell-style="{ textAlign: 'center',padding:'3px 0px' }"
                 :header-cell-style="{ textAlign: 'center', }"
                 max-height="45vh"
-                :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+                :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                 border>
                     <el-table-column prop="parName" label="*参数英文名">
                       <template #default="scope" style="width: 120%;">
@@ -669,7 +669,7 @@
                 style="width: 98%;margin-left: 1%;margin-top: 1%;height: 38vh;"
                 :cell-style="{ padding:'5px' }"
                 :header-cell-style="{height: heightAll*0.01+'px',}"
-                :row-style="{ fontSize: '16px',textAlign:'center'}"
+                :row-style="{ fontSize: '17px',textAlign:'center'}"
                 border >
                 <el-table-column type="index" label="序号" width="80">
                   <template #default="{ $index }">
@@ -720,7 +720,7 @@
                     style="width: 98%;margin-left: 1%;margin-top: 1%;height: 38vh;"
                     :cell-style="{ padding:'5px' }"
                     :header-cell-style="{height: heightAll*0.01+'px',}"
-                    :row-style="{ fontSize: '16px',textAlign:'center'}"
+                    :row-style="{ fontSize: '17px',textAlign:'center'}"
                     border >
                     <el-table-column type="index" label="序号" width="80">
                       <template #default="{ $index }">
@@ -952,7 +952,7 @@
                   :data="tableDataCanAdd"
                   :cell-style="{ textAlign: 'center',padding:'2px 0' }"
                   :header-cell-style="{ textAlign: 'center'}"
-                  :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+                  :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                   border>
                 <el-table-column prop="itemName" label="参数字段(必填)">
                   <template #default="scope">
@@ -1228,7 +1228,7 @@
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
                 </el-table-column>

+ 6 - 6
ruoyi-ui/src/views/register/componentReg/peizhi.vue

@@ -28,7 +28,7 @@
         style="width: 98%;margin-left: 1%;margin-top: 0.5%;"
         :cell-style="{ padding:'5px' }"
         :header-cell-style="{height: heightAll*0.01+'px',}"
-        :row-style="{ fontSize: '16px',textAlign:'center'}"
+        :row-style="{ fontSize: '17px',textAlign:'center'}"
         border >
         <el-table-column type="index" label="序号" width="80">
           <template #default="{ $index }">
@@ -606,7 +606,7 @@
                 :cell-style="{ textAlign: 'center',padding:'3px 0px' }"
                 :header-cell-style="{ textAlign: 'center', }"
                 max-height="45vh"
-                :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+                :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                 border>
                     <el-table-column prop="parName" label="*参数英文名">
                       <template #default="scope" style="width: 120%;">
@@ -669,7 +669,7 @@
                 style="width: 98%;margin-left: 1%;margin-top: 1%;height: 38vh;"
                 :cell-style="{ padding:'5px' }"
                 :header-cell-style="{height: heightAll*0.01+'px',}"
-                :row-style="{ fontSize: '16px',textAlign:'center'}"
+                :row-style="{ fontSize: '17px',textAlign:'center'}"
                 border >
                 <el-table-column type="index" label="序号" width="80">
                   <template #default="{ $index }">
@@ -720,7 +720,7 @@
                     style="width: 98%;margin-left: 1%;margin-top: 1%;height: 38vh;"
                     :cell-style="{ padding:'5px' }"
                     :header-cell-style="{height: heightAll*0.01+'px',}"
-                    :row-style="{ fontSize: '16px',textAlign:'center'}"
+                    :row-style="{ fontSize: '17px',textAlign:'center'}"
                     border >
                     <el-table-column type="index" label="序号" width="80">
                       <template #default="{ $index }">
@@ -952,7 +952,7 @@
                   :data="tableDataCanAdd"
                   :cell-style="{ textAlign: 'center',padding:'2px 0' }"
                   :header-cell-style="{ textAlign: 'center'}"
-                  :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+                  :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                   border>
                 <el-table-column prop="itemName" label="参数字段(必填)">
                   <template #default="scope">
@@ -1228,7 +1228,7 @@
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
                 </el-table-column>

+ 4 - 4
ruoyi-ui/src/views/register/modelData/dataJi.vue

@@ -75,7 +75,7 @@
         style="width: 99%;margin-left: 1%;margin-top: 0.5%;"
         :cell-style="{ padding:'5px' }"
         :header-cell-style="{height: heightAll*0.01+'px',}"
-        :row-style="{ fontSize: '16px',textAlign:'center'}"
+        :row-style="{ fontSize: '17px',textAlign:'center'}"
         border 
         :height="tableheight">
         <el-table-column type="index" label="序号" width="80"></el-table-column>
@@ -197,7 +197,7 @@
           :data="tableDataCan" 
           :cell-style="{ textAlign: 'center',padding:'2px 0' }"
           :header-cell-style="{ textAlign: 'center'}"
-          :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+          :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
           border >
               <el-table-column prop="itemName" label="字段编码" width="200">
                   <template #default="scope">
@@ -412,7 +412,7 @@
           :data="tableDataCan" 
           :cell-style="{ textAlign: 'center',padding:'2px 0' }"
           :header-cell-style="{ textAlign: 'center'}"
-          :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+          :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
           border >
               <el-table-column prop="itemName" label="字段编码" width="200">
                   <template #default="scope">
@@ -722,7 +722,7 @@
           :data="tableDataCanAdd" 
           :cell-style="{ textAlign: 'center',padding:'2px 0' }"
           :header-cell-style="{ textAlign: 'center'}"
-          :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+          :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
           border >
               <el-table-column prop="itemName" label="字段编码" width="200">
                   <template #default="scope">

+ 4 - 4
ruoyi-ui/src/views/register/modelData/dataJiDe.vue

@@ -71,7 +71,7 @@
         style="width: 99%;margin-left: 1%;margin-top: 0.5%;"
         :cell-style="{ padding:'5px' }"
         :header-cell-style="{height: heightAll*0.01+'px',}"
-        :row-style="{ fontSize: '16px',textAlign:'center'}"
+        :row-style="{ fontSize: '17px',textAlign:'center'}"
         border 
         :height="tableheight">
         <el-table-column type="index" label="序号" width="80"></el-table-column>
@@ -121,7 +121,7 @@
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
                 </el-table-column>
@@ -188,7 +188,7 @@
                 :cell-style="{ padding:'5px' }"
                 :header-cell-style="{height: heightAll*0.01+'px',}"
                 @selection-change="handleSelectionChange"
-                :row-style="{ fontSize: '16px',textAlign:'center'}"
+                :row-style="{ fontSize: '17px',textAlign:'center'}"
                 border 
                 :height="tableheight">
                 <el-table-column type="selection" width="55" />
@@ -249,7 +249,7 @@
               style="width: 99%;margin-left: 1%;margin-top: 0.5%;height: 40vh;"
               :cell-style="{ padding:'5px' }"
               :header-cell-style="{height: heightAll*0.01+'px',}"
-              :row-style="{ fontSize: '16px',textAlign:'center'}"
+              :row-style="{ fontSize: '17px',textAlign:'center'}"
               border >
               <el-table-column type="index" label="序号" width="80"></el-table-column>
               <el-table-column prop="createBy" label="创建人">

+ 1 - 1
ruoyi-ui/src/views/register/modelData/dataSource.vue

@@ -16,7 +16,7 @@
         style="width: 99%;margin-left: 0%;margin-top: 0.5%;"
         :cell-style="{ padding:'5px' }"
         :header-cell-style="{height: heightAll*0.01+'px',}"
-        :row-style="{ fontSize: '16px',textAlign:'center'}"
+        :row-style="{ fontSize: '17px',textAlign:'center'}"
         border 
         :height="tableheight">
         <el-table-column type="index" label="序号" width="80"></el-table-column>

+ 2 - 2
ruoyi-ui/src/views/register/modelData/metaData.vue

@@ -38,7 +38,7 @@
         style="width: 99%;margin-left: 1%;margin-top: 0.5%;"
         :cell-style="{ padding:'5px' }"
         :header-cell-style="{height: heightAll*0.01+'px',}"
-        :row-style="{ fontSize: '16px',textAlign:'center'}"
+        :row-style="{ fontSize: '17px',textAlign:'center'}"
         border 
         :height="tableheight">
         <el-table-column type="index" label="序号" width="80"></el-table-column>
@@ -112,7 +112,7 @@
           :data="tableDataCanAdd" 
           :cell-style="{ textAlign: 'center',padding:'2px 0' }"
           :header-cell-style="{ textAlign: 'center'}"
-          :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+          :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
           border >
               <el-table-column prop="itemName" label="字段编码" width="200">
                   <template #default="scope">

+ 2 - 2
ruoyi-ui/src/views/service/component/index.vue

@@ -55,8 +55,8 @@
         :data="tableData" 
         style="width: 98%;margin-left: 1%;margin-top: 1%;"
         :cell-style="{ textAlign: 'center', }"
-        :header-cell-style="{ textAlign: 'center',color:'#337ecc',fontWeight: 'bold', fontSize: '16px' }"
-        :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+        :header-cell-style="{ textAlign: 'center',color:'#337ecc',fontWeight: 'bold', fontSize: '17px' }"
+        :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
         border 
         :max-height="tableheight">
         <el-table-column type="selection" width="55"></el-table-column>

+ 3 - 3
ruoyi-ui/src/views/service/fabu/fabu.vue

@@ -33,7 +33,7 @@
           style="width: 98%;margin-left: 1%;margin-top: 0.5%;"
           :cell-style="{ padding:'5px' }"
           :header-cell-style="{height: heightAll*0.01+'px',}"
-          :row-style="{ fontSize: '16px',textAlign:'center'}"
+          :row-style="{ fontSize: '17px',textAlign:'center'}"
           border >
           <el-table-column type="index" label="序号" width="80">
             <template #default="{ $index }">
@@ -117,7 +117,7 @@
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
                 </el-table-column>
@@ -184,7 +184,7 @@
           :data="tableDataLog" 
           :cell-style="{ textAlign: 'center',padding:'2px 0' }"
           :header-cell-style="{ textAlign: 'center'}"
-          :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+          :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
           border >
               <el-table-column prop="createBy" label="发布人员名称">
               </el-table-column>

+ 5 - 5
ruoyi-ui/src/views/service/info/editModel.vue

@@ -77,7 +77,7 @@
           style="width: 98%;margin-left: 1%;margin-top: 0.5%;height: 85vh;"
           :cell-style="{ padding:'5px' }"
           :header-cell-style="{height: heightAll*0.01+'px',}"
-          :row-style="{ fontSize: '16px',textAlign:'center'}"
+          :row-style="{ fontSize: '17px',textAlign:'center'}"
           border >
           <el-table-column type="index" label="序号" width="80">
             <template #default="{ $index }">
@@ -296,7 +296,7 @@
                   :data="tableDataCanAdd"
                   :cell-style="{ textAlign: 'center',padding:'2px 0' }"
                   :header-cell-style="{ textAlign: 'center'}"
-                  :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+                  :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                   border>
                 <el-table-column prop="itemName" label="参数字段(必填)">
                   <template #default="scope">
@@ -432,7 +432,7 @@
             :data="tableDataCanAddTree"
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border>
           <el-table-column prop="itemName" label="参数字段(必填)">
             <template #default="scope">
@@ -656,7 +656,7 @@
                 :data="tableDataCan"
                 :cell-style="{ textAlign: 'center',padding:'2px 0' }"
                 :header-cell-style="{ textAlign: 'center'}"
-                :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+                :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                 border>
               <el-table-column prop="itemName" label="参数字段(必填)">
                 <template #default="scope">
@@ -833,7 +833,7 @@
             :data="tableDataJian"
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border>
           <el-table-column type="index" align="center" label="序号" width="60">
             <template #default="{ $index }">

+ 3 - 3
ruoyi-ui/src/views/service/info/fabu.vue

@@ -30,7 +30,7 @@
           style="width: 98%;margin-left: 1%;margin-top: 0.5%;"
           :cell-style="{ padding:'5px' }"
           :header-cell-style="{height: heightAll*0.01+'px',}"
-          :row-style="{ fontSize: '16px',textAlign:'center'}"
+          :row-style="{ fontSize: '17px',textAlign:'center'}"
           border >
           <el-table-column type="index" label="序号" width="80">
             <template #default="{ $index }">
@@ -115,7 +115,7 @@
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
                 </el-table-column>
@@ -220,7 +220,7 @@
           :data="tableDataLog" 
           :cell-style="{ textAlign: 'center',padding:'2px 0' }"
           :header-cell-style="{ textAlign: 'center'}"
-          :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+          :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
           border >
               <el-table-column prop="createBy" label="发布人员名称">
               </el-table-column>

+ 3 - 3
ruoyi-ui/src/views/service/info/index.vue

@@ -68,7 +68,7 @@
           style="width: 98%;margin-left: 1%;margin-top: 0.5%;"
           :cell-style="{ padding:'5px' }"
           :header-cell-style="{height: heightAll*0.01+'px',}"
-          :row-style="{ fontSize: '16px',textAlign:'center'}"
+          :row-style="{ fontSize: '17px',textAlign:'center'}"
           border >
           <el-table-column type="index" label="序号" width="80">
             <template #default="{ $index }">
@@ -141,7 +141,7 @@
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
                 </el-table-column>
@@ -191,7 +191,7 @@
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
                 </el-table-column>

+ 4 - 4
ruoyi-ui/src/views/service/info/shenhe.vue

@@ -166,7 +166,7 @@
           style="width: 98%;margin-left: 1%;margin-top: 4%;height: 55vh;"
           :cell-style="{ padding:'5px' }"
           :header-cell-style="{height: heightAll*0.01+'px',}"
-          :row-style="{ fontSize: '16px',textAlign:'center'}"
+          :row-style="{ fontSize: '17px',textAlign:'center'}"
           border >
           <el-table-column type="index" label="序号" width="80">
             <template #default="{ $index }">
@@ -252,7 +252,7 @@
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
                 </el-table-column>
@@ -322,7 +322,7 @@
           :data="tableDataLog" 
           :cell-style="{ textAlign: 'center',padding:'2px 0' }"
           :header-cell-style="{ textAlign: 'center'}"
-          :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+          :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
           border >
               <el-table-column prop="createBy" label="审核人员名称">
               </el-table-column>
@@ -349,7 +349,7 @@
             :data="tableDataLog" 
             :cell-style="{ textAlign: 'center',padding:'3px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="createBy" label="测试发起人">
                 </el-table-column>

+ 4 - 4
ruoyi-ui/src/views/service/info/test.vue

@@ -69,7 +69,7 @@
           style="width: 98%;margin-left: 1%;margin-top: 0.5%;"
           :cell-style="{ padding:'5px' }"
           :header-cell-style="{height: heightAll*0.01+'px',}"
-          :row-style="{ fontSize: '16px',textAlign:'center'}"
+          :row-style="{ fontSize: '17px',textAlign:'center'}"
           border >
           <el-table-column type="index" label="序号" width="80">
             <template #default="{ $index }">
@@ -154,7 +154,7 @@
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
                 </el-table-column>
@@ -206,7 +206,7 @@
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
                 </el-table-column>
@@ -242,7 +242,7 @@
             :data="tableDataLog" 
             :cell-style="{ textAlign: 'center',padding:'3px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="createBy" label="测试发起人">
                 </el-table-column>

+ 3 - 3
ruoyi-ui/src/views/service/shenhe/index.vue

@@ -69,7 +69,7 @@
           style="width: 98%;margin-left: 1%;margin-top: 0.5%;"
           :cell-style="{ padding:'5px' }"
           :header-cell-style="{height: heightAll*0.01+'px',}"
-          :row-style="{ fontSize: '16px',textAlign:'center'}"
+          :row-style="{ fontSize: '17px',textAlign:'center'}"
           border >
           <el-table-column type="index" label="序号" width="80">
             <template #default="{ $index }">
@@ -156,7 +156,7 @@
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
                 </el-table-column>
@@ -223,7 +223,7 @@
           :data="tableDataLog" 
           :cell-style="{ textAlign: 'center',padding:'2px 0' }"
           :header-cell-style="{ textAlign: 'center'}"
-          :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+          :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
           border >
               <el-table-column prop="createBy" label="审核人员名称">
               </el-table-column>

+ 4 - 4
ruoyi-ui/src/views/service/test/index.vue

@@ -69,7 +69,7 @@
           style="width: 98%;margin-left: 1%;margin-top: 0.5%;"
           :cell-style="{ padding:'5px' }"
           :header-cell-style="{height: heightAll*0.01+'px',}"
-          :row-style="{ fontSize: '16px',textAlign:'center'}"
+          :row-style="{ fontSize: '17px',textAlign:'center'}"
           border >
           <el-table-column type="index" label="序号" width="80">
             <template #default="{ $index }">
@@ -160,7 +160,7 @@
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
                 </el-table-column>
@@ -212,7 +212,7 @@
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
                 </el-table-column>
@@ -245,7 +245,7 @@
             :data="tableDataLog" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
             :header-cell-style="{ textAlign: 'center'}"
-            :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+            :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="createBy" label="测试发起人">
                 </el-table-column>

+ 1 - 1
ruoyi-ui/src/views/service/timing/index.vue

@@ -85,7 +85,7 @@
         :cell-style="{ paddingTop:'3px',paddingBottom:'3px' }"
         :header-cell-style="{height: heightAll*0.01+'px',}"
         @selection-change="handleSelectionChange" 
-        :row-style="{ fontSize: '16px',textAlign:'center'}"
+        :row-style="{ fontSize: '17px',textAlign:'center'}"
         border 
         :height="tableheight">
         <el-table-column type="selection" width="55" />

+ 3 - 3
ruoyi-ui/src/views/shouye.vue

@@ -150,7 +150,7 @@ async function getchart2(){
                         roseType: 'area',
                         data:y,
                         center: ['50%', '55%'],
-                        color: ['#0050df','#fc69a7', '#19e3e3', '#ffcc1c', '#f89e67','#2bba68',  '#019bfe'],
+                        color: ['#0050df','#909399', '#E6A23C', '#F56C6C', '#f89e67','#2bba68',  '#019bfe'],
                         label: {
                         // 关键配置:文字颜色跟随区域颜色
                             color: 'auto', // 设置为 'auto' 使文字颜色跟随区域颜色[1](@ref)
@@ -189,13 +189,13 @@ async function getEchartData(){
         let obj2 = {
             name: '停止',
             type: 'bar',
-            color:'rgba(25,227,227,1)',
+            color:'rgb(196, 86, 86)',
             data: []
         }
         let obj3 = {
             name: '取消',
             type: 'bar',
-            color:'rgba(2255,204,28,1)',
+            color:'rgb(238, 190, 119)',
             data: []
         }
         res.data.forEach(item=>{

+ 4 - 4
ruoyi-ui/src/views/standardization/modeling/index.vue

@@ -198,7 +198,7 @@
         :data="tableDataCanStart" 
         :cell-style="{ textAlign: 'center',padding:'2px 0' }"
         :header-cell-style="{ textAlign: 'center'}"
-        :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+        :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
         border >
             <el-table-column prop="itemName" label="参数名称(必填)">
                 <template #default="scope">
@@ -532,7 +532,7 @@
           :cell-style="{ textAlign: 'center',padding:'3px 0px' }"
           :header-cell-style="{ textAlign: 'center', }"
           max-height="45vh"
-          :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+          :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
           border>
               <el-table-column prop="parName" label="参数英文名">
                 <template #default="scope" style="width: 120%;">
@@ -626,7 +626,7 @@
           :cell-style="{ textAlign: 'center',padding:'3px 0px' }"
           :header-cell-style="{ textAlign: 'center', }"
           max-height="45vh"
-          :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+          :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
           border>
               <el-table-column prop="parName" label="参数英文名">
                 <template #default="scope" style="width: 120%;">
@@ -695,7 +695,7 @@
           :cell-style="{ textAlign: 'center',padding:'3px 0px' }"
           :header-cell-style="{ textAlign: 'center', }"
           max-height="45vh"
-          :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center'  }"
+          :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
           border>
               <el-table-column prop="parName" label="参数英文名">
                 <template #default="scope" style="width: 120%;">