Hua 1 сар өмнө
parent
commit
c3747bf719
50 өөрчлөгдсөн 264 нэмэгдсэн , 148 устгасан
  1. 33 1
      ruoyi-ui/src/App.vue
  2. 8 1
      ruoyi-ui/src/assets/styles/variables.module.scss
  3. 4 4
      ruoyi-ui/src/layout/components/Sidebar/SidebarItem.vue
  4. 5 5
      ruoyi-ui/src/layout/components/Sidebar/index.vue
  5. 3 3
      ruoyi-ui/src/layout/components/editModel.vue
  6. 1 1
      ruoyi-ui/src/views/base/catalogue/examine.vue
  7. 1 1
      ruoyi-ui/src/views/codeModel(developer).vue
  8. 2 2
      ruoyi-ui/src/views/container/containerDetail.vue
  9. 2 2
      ruoyi-ui/src/views/container/containerImage.vue
  10. 1 1
      ruoyi-ui/src/views/developer/example/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. 1 1
      ruoyi-ui/src/views/docker/detail/index.vue
  15. 2 2
      ruoyi-ui/src/views/docker/index.vue
  16. 5 5
      ruoyi-ui/src/views/dpp/calculateDev/index.vue
  17. 1 1
      ruoyi-ui/src/views/dpp/task/integratioTask/index2.vue
  18. 28 4
      ruoyi-ui/src/views/evaluate/index.vue
  19. 3 3
      ruoyi-ui/src/views/evaluate/quality.vue
  20. 2 2
      ruoyi-ui/src/views/evaluate/score.vue
  21. 3 3
      ruoyi-ui/src/views/evaluate/xiaolv.vue
  22. 6 6
      ruoyi-ui/src/views/map/components/map.vue
  23. 8 2
      ruoyi-ui/src/views/monitor/center/index.vue
  24. 1 1
      ruoyi-ui/src/views/monitor/modelAlarm/index.vue
  25. 37 7
      ruoyi-ui/src/views/monitor/service/index.vue
  26. 1 1
      ruoyi-ui/src/views/monitor/task/index.vue
  27. 1 1
      ruoyi-ui/src/views/monitor/taskMonitor/index.vue
  28. 2 2
      ruoyi-ui/src/views/platform/plugin/peizhi.vue
  29. 10 7
      ruoyi-ui/src/views/register/componentReg/index.vue
  30. 6 6
      ruoyi-ui/src/views/register/componentReg/peizhi.vue
  31. 4 4
      ruoyi-ui/src/views/register/modelData/dataJi.vue
  32. 4 4
      ruoyi-ui/src/views/register/modelData/dataJiDe.vue
  33. 1 1
      ruoyi-ui/src/views/register/modelData/dataSource.vue
  34. 2 2
      ruoyi-ui/src/views/register/modelData/metaData.vue
  35. 1 1
      ruoyi-ui/src/views/service/component/index.vue
  36. 3 3
      ruoyi-ui/src/views/service/fabu/fabu.vue
  37. 2 2
      ruoyi-ui/src/views/service/gateway/index2.vue
  38. 1 1
      ruoyi-ui/src/views/service/info/AeService.vue
  39. 5 5
      ruoyi-ui/src/views/service/info/editModel.vue
  40. 3 3
      ruoyi-ui/src/views/service/info/fabu.vue
  41. 3 3
      ruoyi-ui/src/views/service/info/index.vue
  42. 2 2
      ruoyi-ui/src/views/service/info/index1.vue
  43. 1 1
      ruoyi-ui/src/views/service/info/serviceFile.vue
  44. 8 8
      ruoyi-ui/src/views/service/info/shenhe.vue
  45. 8 8
      ruoyi-ui/src/views/service/info/test.vue
  46. 22 8
      ruoyi-ui/src/views/service/log/index.vue
  47. 3 3
      ruoyi-ui/src/views/service/shenhe/index.vue
  48. 6 6
      ruoyi-ui/src/views/service/test/index.vue
  49. 1 1
      ruoyi-ui/src/views/service/timing/index.vue
  50. 4 4
      ruoyi-ui/src/views/standardization/modeling/index.vue

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

@@ -1,5 +1,5 @@
 <template>
-  <el-config-provider>
+  <el-config-provider style="font-size: 20px;">
     <router-view :key="route.fullPath"/>
   </el-config-provider>
 </template>
@@ -16,3 +16,35 @@ onMounted(() => {
   })
 })
 </script>
+<style scoped>
+:deep(.el-form-item__label) {
+  font-size: 15px !important
+}
+:deep(.el-input__inner) {
+  font-size: 15px !important
+}
+:deep(.el-tabs__item) {
+  font-size: 15px !important 
+}
+:deep(.el-radio__label) {
+  font-size: 15px !important
+}
+:deep(.el-button) {
+  font-size: 15px !important
+}
+:deep(.el-descriptions__label) {
+  font-size: 15px !important
+}
+:deep(.el-descriptions__content) {
+  font-size: 15px !important
+}
+:deep(.el-tree-node) {
+  font-size: 15px !important
+}
+:deep(.el-select__wrapper) {
+  font-size: 15px !important
+}
+:deep(.el-segmented__item-label) {
+  font-size: 15px !important
+}
+</style>

+ 8 - 1
ruoyi-ui/src/assets/styles/variables.module.scss

@@ -43,7 +43,14 @@ $--color-danger: #F56C6C;
 $--color-info: #909399;
 
 $base-sidebar-width: 0px;
-
+$font-size: (
+    'extra-small': 12px,
+    'small': 13px,
+    'base': 14px,
+    'medium': 16px,
+    'large': 18px,
+    'extra-large': 20px,
+  ) ;
 // the :export directive is the magic sauce for webpack
 // https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass
 :export {

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

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

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

@@ -12,7 +12,7 @@
         </div>
       </el-col>
       <el-col :span="17">
-        <el-scrollbar :class="sideTheme" wrap-class="scrollbar-wrapper" style="margin-left: 4%;">
+        <el-scrollbar :class="sideTheme" wrap-class="scrollbar-wrapper" style="margin-left: 3%;">
           <el-menu
               :default-active="activeMenu"
               class="custom-menu"
@@ -146,7 +146,7 @@ function handleCommand(command) {
     float: left;
 
     span {
-      font-size: 25px;
+      font-size: 27px;
       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: 15px !important;
+  font-size: 18px !important;
 }
 :deep(.menu-title){
-  font-size: 17px !important;
+  font-size: 18px !important;
   
 }
 :deep(.custom-menu .el-menu-item),
 :deep(.custom-menu .el-submenu__title) {
-  font-size: 15px !important;
+  font-size: 18px !important;
 }
 </style>
 

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

@@ -147,7 +147,7 @@
                       style="margin-top: -1%;width: 90%;"
                       :data="tableDataCan" 
                       :cell-style="{ textAlign: 'center', }"
-                      :header-cell-style="{ textAlign: 'center'}"
+                      :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
                       :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                       border >
                           <el-table-column prop="paramCode" label="参数字段">
@@ -358,7 +358,7 @@
                             style="margin-top: 1%;width: 98%;"
                             :data="tableDataCan" 
                             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-                            :header-cell-style="{ textAlign: 'center'}"
+                            :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
                             :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                             border >
                                 <el-table-column prop="itemName" label="参数字段">
@@ -635,7 +635,7 @@
                             style="margin-top: 1%;width: 98%;"
                             :data="tableDataCanAdd" 
                             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-                            :header-cell-style="{ textAlign: 'center'}"
+                            :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
                             :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                             border >
                                 <el-table-column prop="itemName" label="参数字段">

+ 1 - 1
ruoyi-ui/src/views/base/catalogue/examine.vue

@@ -35,7 +35,7 @@
           :height="tableHeight"
           style="width: 100%"
           size="small"
-          :header-cell-style="{
+          :header-cell-style="{fontSize: '14px',
           background: '#ebf3fb',
           color: '#333',
           padding: '4px 0',

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

@@ -29,7 +29,7 @@
         :data="tableData" 
         style="width: 100%;margin-left: 2%;margin-top: 0.5%;"
         :cell-style="{ padding:'5px' }"
-        :header-cell-style="{height: heightAll*0.01+'px',}"
+        :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
         :row-style="{ fontSize: '17px',textAlign:'center'}"
         border 
         :height="tableheight">

+ 2 - 2
ruoyi-ui/src/views/container/containerDetail.vue

@@ -2,7 +2,7 @@
   <div class="app-container">
     <el-row justify="space-between">
       <el-col :span="12">
-        <el-form :model="queryParams" ref="queryRef" :inline="true" label-width="68px">
+        <el-form :model="queryParams" ref="queryRef" :inline="true" label-width="72px">
           <el-form-item label="容器名称">
             <el-input v-model="queryParams.containerName" placeholder="请输入容器名称" clearable style="width: 240px"
                       @keyup.enter="getModelListTable"/>
@@ -18,7 +18,7 @@
         :data="tableData"
         height="69vh"
         :cell-style="{ padding: '5px' }"
-        :header-cell-style="{ height: heightAll * 0.01 + 'px' }"
+        :header-cell-style="{fontSize: '14px', height: heightAll * 0.01 + 'px' }"
         :row-style="{ fontSize: '1rem', textAlign:'center' }"
         border>
       <el-table-column type="index" label="序号" width="80">

+ 2 - 2
ruoyi-ui/src/views/container/containerImage.vue

@@ -2,7 +2,7 @@
   <div class="app-container">
     <el-row justify="space-between">
       <el-col :span="12">
-        <el-form :model="queryParams" ref="queryRef" :inline="true" label-width="68px">
+        <el-form :model="queryParams" ref="queryRef" :inline="true" label-width="72px">
           <el-form-item label="镜像名称">
             <el-input v-model="queryParams.imageName" placeholder="请输入镜像名称" clearable style="width: 240px"
                       @keyup.enter="getModelListTable"/>
@@ -18,7 +18,7 @@
         :data="tableData"
         height="69vh"
         :cell-style="{ padding: '5px' }"
-        :header-cell-style="{ height: heightAll * 0.01 + 'px' }"
+        :header-cell-style="{fontSize: '14px', height: heightAll * 0.01 + 'px' }"
         :row-style="{ fontSize: '1rem', textAlign:'center' }"
         border>
       <el-table-column type="index" label="序号" width="80">

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

@@ -39,7 +39,7 @@
         :data="tableData" 
         style="width: 98%;margin-left: 1%;margin-top: 1%;"
         :cell-style="{ textAlign: 'center' }"
-        :header-cell-style="{ textAlign: 'center' }"
+        :header-cell-style="{fontSize: '14px', textAlign: 'center' }"
         :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
         border 
         :max-height="tableheight">

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

@@ -18,7 +18,7 @@
                 style="margin-top: 1%;width: 98%;margin-left: 1%;overflow: auto;"
                 :data="tableDataCan" 
                 :cell-style="{ textAlign: 'center',padding:'3px 0px' }"
-                :header-cell-style="{ textAlign: 'center', }"
+                :header-cell-style="{fontSize: '14px', textAlign: 'center', }"
                 max-height="45vh"
                 :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                 border>

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

@@ -15,7 +15,7 @@
         style="margin-top: 1%;width: 98%;margin-left: 1%;overflow: auto;"
         :data="tableDataCan" 
         :cell-style="{ textAlign: 'center',padding:'3px 0px' }"
-        :header-cell-style="{ textAlign: 'center', }"
+        :header-cell-style="{fontSize: '14px', textAlign: 'center', }"
         max-height="45vh"
         :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
         border>

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

@@ -8,7 +8,7 @@
         style="margin-top: 1%;width: 98%;margin-left: 1%;overflow: auto;"
         :data="tableDataCan" 
         :cell-style="{ textAlign: 'center',padding:'3px 0px' }"
-        :header-cell-style="{ textAlign: 'center', }"
+        :header-cell-style="{fontSize: '14px', textAlign: 'center', }"
         max-height="45vh"
         :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
         border>

+ 1 - 1
ruoyi-ui/src/views/docker/detail/index.vue

@@ -4,7 +4,7 @@
         :data="tableData"
         height="82vh"
         :cell-style="{ padding: '5px' }"
-        :header-cell-style="{ height: heightAll * 0.01 + 'px' }"
+        :header-cell-style="{fontSize: '14px', height: heightAll * 0.01 + 'px' }"
         :row-style="{ fontSize: '1rem', textAlign:'center' }"
         border>
       <el-table-column type="index" label="序号" width="80">

+ 2 - 2
ruoyi-ui/src/views/docker/index.vue

@@ -2,7 +2,7 @@
   <div class="app-container">
     <el-row justify="space-between">
       <el-col :span="12">
-        <el-form :model="queryParams" ref="queryRef" :inline="true" label-width="68px">
+        <el-form :model="queryParams" ref="queryRef" :inline="true" label-width="72px">
           <el-form-item label="服务名称">
             <el-input v-model="queryParams.name" placeholder="请输入服务名称" clearable style="width: 240px"
                       @keyup.enter="getModelListTable"/>
@@ -18,7 +18,7 @@
         :data="tableData"
         height="69vh"
         :cell-style="{ padding: '5px' }"
-        :header-cell-style="{ height: heightAll * 0.01 + 'px' }"
+        :header-cell-style="{fontSize: '14px', height: heightAll * 0.01 + 'px' }"
         :row-style="{ fontSize: '1rem', textAlign:'center' }"
         border>
       <el-table-column type="index" label="序号" width="80">

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

@@ -78,7 +78,7 @@
             :data="tableData" 
             style="width: 98%;margin-left: 1%;margin-top: 0.5%;height: 73vh;"
             :cell-style="{ padding:'5px' }"
-            :header-cell-style="{height: heightAll*0.01+'px',}"
+            :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
             :row-style="{ fontSize: '17px',textAlign:'center'}"
             border >
             <el-table-column type="index" label="序号" width="80">
@@ -148,7 +148,7 @@
             style="margin-top: 1%;width: 98%;"
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-            :header-cell-style="{ textAlign: 'center'}"
+            :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
             :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
@@ -379,7 +379,7 @@
         style="margin-top: 1%;width: 100%;"
         :data="tableDataCanStart" 
         :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-        :header-cell-style="{ textAlign: 'center'}"
+        :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
         :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
         border >
             <el-table-column prop="itemName" label="参数名称">
@@ -519,7 +519,7 @@
           :data="tableDataDatareturn" 
           style="width: 98%;margin-left: 1%;margin-top: 1.5%;;height: 73vh;"
           :cell-style="{ padding:'5px' }"
-          :header-cell-style="{height: heightAll*0.01+'px',}"
+          :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
           :row-style="{ fontSize: '17px',textAlign:'center'}"
           border >
           <el-table-column type="index" label="序号" width="80">
@@ -594,7 +594,7 @@
       :data="tableDataLogRes" 
       style="width: 98%;margin-left: 1%;margin-top: 0.5%;height: 73vh;"
       :cell-style="{ padding:'5px' }"
-      :header-cell-style="{height: heightAll*0.01+'px',}"
+      :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
       :row-style="{ fontSize: '17px',textAlign:'center'}"
       border >
           <el-table-column prop="taskStatus" label="状态">

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

@@ -28,7 +28,7 @@
     <el-table
         :data="tableData"
         :cell-style="{ paddingTop:'3px',paddingBottom:'3px' }"
-        :header-cell-style="{height: heightAll*0.01+'px',}"
+        :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
         @selection-change="handleSelectionChange"
         :row-style="{ fontSize: '17px',textAlign:'center'}"
         border

+ 28 - 4
ruoyi-ui/src/views/evaluate/index.vue

@@ -30,11 +30,11 @@
         <div style="margin-left: 1%;width: 98%;display: flex;height: 32vh;">
           <div style="width: 100%;height: 100%;">
             <el-card shadow="always" class="box-card" style="width:100%;height: 100%;">
-              <div style="font-weight: bold;">
+              <div style="font-weight: bold;font-size: 18px;">
                 模型每日服务调度次数统计
               </div>
               <div style="display: flex;align-items: center;line-height: 1;margin-top: 1%;">
-                <div style="">今日模型服务调度次数</div>
+                <div style="font-size: 17px;">今日模型服务调度次数</div>
                 <div style="color: #79bbff;margin-left: 1%;"> {{daySum}} </div>
                 <div style="margin-left: 1%;"> 次 </div>
                 <el-date-picker
@@ -314,11 +314,19 @@ function inintChartTop1(x,y,mdName){
     xAxis: {
       splitLine: { show: false },
       // type: 'category',
-      data: x
+      data: x,
+      axisLabel: {
+      fontSize: 14, // y轴标签字体大小
+        color: '#666'
+      },
     },
     yAxis: {
       type: 'value',
       show: true,
+      axisLabel: {
+      fontSize: 14, // y轴标签字体大小
+        color: '#666'
+      },
       splitLine: { show: false },
       name: '单位:次', 
       minInterval: 1, 
@@ -363,12 +371,20 @@ function initChartbt1(y,mdName){
     xAxis: {
       splitLine: { show: false },
       // type: 'category',
-      data: [1,2,3,4,5,6,7,8,9,10,11,12]
+      data: [1,2,3,4,5,6,7,8,9,10,11,12],
+      axisLabel: {
+      fontSize: 14, // y轴标签字体大小
+        color: '#666'
+      },
     },
     yAxis: {
       type: 'value',
       show: true,
       name: '单位:次', 
+      axisLabel: {
+      fontSize: 14, // y轴标签字体大小
+        color: '#666'
+      },
       minInterval: 1, 
       splitLine: { show: false },
       axisTick: {
@@ -405,6 +421,10 @@ function initChartbt2(y){
         trigger: 'axis'
     },
     xAxis: {
+      axisLabel: {
+      fontSize: 14, // y轴标签字体大小
+        color: '#666'
+      },
       splitLine: { show: false },
       type: 'category',
       data: modelList.value,
@@ -424,6 +444,10 @@ function initChartbt2(y){
       minInterval: 1, 
       show: true,
       nameLocation: 'end', 
+      axisLabel: {
+      fontSize: 14, // y轴标签字体大小
+        color: '#666'
+      },
       splitLine: { show: false },
       axisTick: {
         show: true // 确保显示刻度线

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

@@ -36,7 +36,7 @@
           :data="tableData" 
           style="width: 100%;margin-left: 0%;margin-top: -0.8%;height: 80vh;"
           :cell-style="{ padding:'5px' }"
-          :header-cell-style="{height: heightAll*0.01+'px',}"
+          :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
           :row-style="{ fontSize: '17px',textAlign:'center'}"
           border >
           <el-table-column type="index" label="序号" width="80">
@@ -103,7 +103,7 @@
             style="margin-top: 1%;width: 98%;"
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-            :header-cell-style="{ textAlign: 'center'}"
+            :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
             :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
@@ -135,7 +135,7 @@
             style="margin-top: 1%;width: 98%;min-height: 500px;"
             :data="tableDataLog" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-            :header-cell-style="{ textAlign: 'center'}"
+            :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
             :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="createBy" label="名称">

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

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

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

@@ -38,7 +38,7 @@
           :data="tableData" 
           style="width: 100%;margin-left: 0%;margin-top: -0.8%;height: 80vh;"
           :cell-style="{ padding:'5px' }"
-          :header-cell-style="{height: heightAll*0.01+'px',}"
+          :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
           :row-style="{ fontSize: '17px',textAlign:'center'}"
           border >
           <el-table-column type="index" label="序号" width="80">
@@ -105,7 +105,7 @@
             style="margin-top: 1%;width: 98%;"
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-            :header-cell-style="{ textAlign: 'center'}"
+            :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
             :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
@@ -137,7 +137,7 @@
             style="margin-top: 1%;width: 98%;min-height: 500px;"
             :data="tableDataLog" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-            :header-cell-style="{ textAlign: 'center'}"
+            :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
             :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="createBy" label="名称">

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

@@ -18,7 +18,7 @@
           :data="tableDataFangan"
           style="width: 98%;margin-left: 1%;margin-top: 1%;height: 40vh;"
           :cell-style="{ padding:'5px' }"
-          :header-cell-style="{height: heightAll*0.01+'px',}"
+          :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
           :row-style="{ fontSize: '17px',textAlign:'center'}"
           border>
         <el-table-column type="index" label="序号" width="80">
@@ -42,7 +42,7 @@
           :data="tableData"
           style="width: 98%;margin-left: 1%;margin-top: 1%;height: 80vh;"
           :cell-style="{ padding:'5px' }"
-          :header-cell-style="{height: heightAll*0.01+'px',}"
+          :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
           :row-style="{ fontSize: '17px',textAlign:'center'}"
           border>
         <el-table-column type="index" label="序号" width="80">
@@ -76,7 +76,7 @@
           :data="tableDataFangan"
           style="width: 98%;margin-left: 1%;margin-top: 1%;height: 40vh;"
           :cell-style="{ padding:'5px' }"
-          :header-cell-style="{height: heightAll*0.01+'px',}"
+          :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
           :row-style="{ fontSize: '17px',textAlign:'center'}"
           border>
         <el-table-column type="index" label="序号" width="80">
@@ -100,7 +100,7 @@
           :data="tableData"
           style="width: 98%;margin-left: 1%;margin-top: 1%;height: 80vh;"
           :cell-style="{ padding:'5px' }"
-          :header-cell-style="{height: heightAll*0.01+'px',}"
+          :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
           :row-style="{ fontSize: '17px',textAlign:'center'}"
           border>
         <el-table-column type="index" label="序号" width="80">
@@ -126,7 +126,7 @@
           :data="tableDataShanghaifeng"
           style="width: 98%;margin-left: 1%;margin-top: 1%;height: 40vh;"
           :cell-style="{ padding:'5px' }"
-          :header-cell-style="{height: heightAll*0.01+'px',}"
+          :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
           :row-style="{ fontSize: '17px',textAlign:'center'}"
           border>
         <el-table-column type="index" label="序号" width="80">
@@ -151,7 +151,7 @@
           :data="tableDataShanghaifeng"
           style="width: 98%;margin-left: 1%;margin-top: 1%;height: 40vh;"
           :cell-style="{ padding:'5px' }"
-          :header-cell-style="{height: heightAll*0.01+'px',}"
+          :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
           :row-style="{ fontSize: '17px',textAlign:'center'}"
           border>
         <el-table-column type="index" label="序号" width="80">

+ 8 - 2
ruoyi-ui/src/views/monitor/center/index.vue

@@ -152,13 +152,19 @@ function inintChartTop1(){
       top:'90%'
     },
     xAxis: {
-      splitLine: { show: false }
+      splitLine: { show: false },
       // type: 'category',
+      axisLabel: {
+          fontSize: 14, // x轴标签字体大小
+      },
       // data: ['长江委 ', '黄河委', '珠江委', '中国水科院', '淮河委']
     },
     yAxis: {
       type: 'value',
-      splitLine: { show: false }
+      splitLine: { show: false },
+      axisLabel: {
+          fontSize: 14, // x轴标签字体大小
+      },
     },
     series: [
       {

+ 1 - 1
ruoyi-ui/src/views/monitor/modelAlarm/index.vue

@@ -23,7 +23,7 @@
         :data="alarmTableData"
         height="68vh"
         :cell-style="{ padding: '5px' }"
-        :header-cell-style="{ height: heightAll * 0.01 + 'px' }"
+        :header-cell-style="{fontSize: '14px', height: heightAll * 0.01 + 'px' }"
         :row-style="{ fontSize: '1rem', textAlign:'center' }"
         border>
       <el-table-column align="center" width="200" prop="alertTime" label="报警时间"></el-table-column>

+ 37 - 7
ruoyi-ui/src/views/monitor/service/index.vue

@@ -88,7 +88,7 @@
             <el-tag type="danger" effect="dark" size="small">{{ alarmTableData.length }}</el-tag>
           </div>
         </template>
-        <el-table stripe :data="alarmTableData" size="small" height="100%">
+        <el-table stripe :data="alarmTableData"  height="100%">
           <el-table-column align="center" width="120" prop="tm" label="报警时间">
             <template #default="scope">
               {{ scope.row.alertTime ? scope.row.alertTime.substring(5, 16) : '' }}
@@ -319,7 +319,10 @@ function initChartTop2() {
       },
       legend: {
         top: '90%',
-        left: 'center'
+        left: 'center',
+        textStyle: {
+        fontSize: 12 // 提示框字体大小
+      }
       },
       series: [
         {
@@ -371,7 +374,10 @@ function initChartTop3() {
       legend: {
         type: "scroll",
         top: '90%',
-        left: 'center'
+        left: 'center',
+        textStyle: {
+          fontSize: 12 // 提示框字体大小
+        }
       },
       series: [
         {
@@ -381,6 +387,7 @@ function initChartTop3() {
           avoidLabelOverlap: false,
           label: {
             show: true,
+            fontSize: 14,
             position: 'outside',
             formatter: '{b} : {c} ({d}%)',
           },
@@ -420,7 +427,10 @@ function initChartTop9() {
       legend: {
         type: "scroll",
         top: '90%',
-        left: 'center'
+        left: 'center',
+        textStyle: {
+          fontSize: 12 // 提示框字体大小
+        }
       },
       series: [
         {
@@ -431,6 +441,7 @@ function initChartTop9() {
           label: {
             show: true,
             position: 'outside',
+            fontSize: 14,
             formatter: '{b} : {c} ({d}%)',
           },
           labelLine: {
@@ -480,7 +491,10 @@ function initChartTop11() {
     });
     const option = {
       legend: {
-        selectedMode: false
+        selectedMode: false,
+        textStyle: {
+        fontSize: 12 // 提示框字体大小
+      }
       },
       tooltip: {
         trigger: 'item'
@@ -493,12 +507,18 @@ function initChartTop11() {
         containLabel: true
       },
       yAxis: {
-        type: 'value'
+        type: 'value',
+        axisLabel: {
+          interval: 0,
+          fontSize: 14,
+          rotate: 10 // 设置标签旋转45度
+        },
       },
       xAxis: {
         type: 'category',
         axisLabel: {
           interval: 0,
+          fontSize: 14,
           rotate: 10 // 设置标签旋转45度
         },
         data: res.data.map(item => item.NAME)
@@ -590,7 +610,11 @@ function initChartBottom2() {
 
 function initChartTop5() {
   const option = {
-    legend: {},
+    legend: {
+      textStyle: {
+        fontSize: 12 // 提示框字体大小
+      }
+    },
     grid: {
       left: '5%',
       right: '5%',
@@ -673,10 +697,16 @@ function initVisitNumberChart(name, data) {
     xAxis: {
       type: 'value',
       boundaryGap: [0, 0.01],
+      axisLabel: {
+          fontSize: 14, // x轴标签字体大小
+      },
     },
     yAxis: {
       type: 'category',
       data: yAxisData,
+      axisLabel: {
+          fontSize: 14, // x轴标签字体大小
+      },
     },
     series: [
       {

+ 1 - 1
ruoyi-ui/src/views/monitor/task/index.vue

@@ -47,7 +47,7 @@
           :data="tableData"
           border 
           :cell-style="{ textAlign: 'center',backgroundcolor:'#F7F7F7' }"
-          :header-cell-style="{ textAlign: 'center' }"
+          :header-cell-style="{fontSize: '14px', textAlign: 'center' }"
           style="width: 100%"
           :max-height="tableheight"
           :row-style="{ height: '45px' }"

+ 1 - 1
ruoyi-ui/src/views/monitor/taskMonitor/index.vue

@@ -23,7 +23,7 @@
             :data="tableData"
             height="24vh"
             :cell-style="{ padding: '5px' }"
-            :header-cell-style="{ height: heightAll * 0.01 + 'px' }"
+            :header-cell-style="{fontSize: '14px', height: heightAll * 0.01 + 'px' }"
             :row-style="{ fontSize: '1rem', textAlign:'center' }"
             border>
           <el-table-column prop="jobName" label="任务名称"></el-table-column>

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

@@ -27,7 +27,7 @@
         height="80vh"
         style="width: 98%;margin-left: 1%;margin-top: 0.5%;"
         :cell-style="{ padding:'5px' }"
-        :header-cell-style="{height: heightAll*0.01+'px',}"
+        :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
         :row-style="{ fontSize: '17px',textAlign:'center'}"
         border >
         <el-table-column type="index" label="序号" width="80">
@@ -583,7 +583,7 @@
                 style="margin-top: 1%;width: 100%;margin-left: 1%;overflow: auto;"
                 :data="tableDataCan" 
                 :cell-style="{ textAlign: 'center',padding:'3px 0px' }"
-                :header-cell-style="{ textAlign: 'center', }"
+                :header-cell-style="{fontSize: '14px', textAlign: 'center', }"
                 max-height="45vh"
                 :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                 border>

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

@@ -26,8 +26,8 @@
         :data="tableData" 
         height="80vh"
         style="width: 98%;margin-left: 1%;margin-top: 0.5%;"
-        :cell-style="{ padding:'5px' }"
-        :header-cell-style="{height: heightAll*0.01+'px',}"
+        :cell-style="{ padding:'5px', }"
+        :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px'}"
         :row-style="{ fontSize: '17px',textAlign:'center'}"
         border >
         <el-table-column type="index" label="序号" width="80">
@@ -604,7 +604,7 @@
                 style="margin-top: 1%;width: 100%;margin-left: 1%;overflow: auto;height:32vh;"
                 :data="tableDataCan" 
                 :cell-style="{ textAlign: 'center',padding:'3px 0px' }"
-                :header-cell-style="{ textAlign: 'center', }"
+                :header-cell-style="{fontSize: '14px', textAlign: 'center', }"
                 max-height="45vh"
                 :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                 border>
@@ -668,7 +668,7 @@
                 :data="tableDataSer"
                 style="width: 98%;margin-left: 1%;margin-top: 1%;height: 38vh;"
                 :cell-style="{ padding:'5px' }"
-                :header-cell-style="{height: heightAll*0.01+'px',}"
+                :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
                 :row-style="{ fontSize: '17px',textAlign:'center'}"
                 border >
                 <el-table-column type="index" label="序号" width="80">
@@ -719,7 +719,7 @@
                     :data="tableDataVer"
                     style="width: 98%;margin-left: 1%;margin-top: 1%;height: 38vh;"
                     :cell-style="{ padding:'5px' }"
-                    :header-cell-style="{height: heightAll*0.01+'px',}"
+                    :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
                     :row-style="{ fontSize: '17px',textAlign:'center'}"
                     border >
                     <el-table-column type="index" label="序号" width="80">
@@ -951,7 +951,7 @@
                   style="margin-top: 1%;width: 98%;"
                   :data="tableDataCanAdd"
                   :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-                  :header-cell-style="{ textAlign: 'center'}"
+                  :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
                   :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                   border>
                 <el-table-column prop="itemName" label="参数字段(必填)">
@@ -1227,7 +1227,7 @@
             style="margin-top: 1%;width: 98%;"
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-            :header-cell-style="{ textAlign: 'center'}"
+            :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
             :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
@@ -2467,6 +2467,9 @@ onMounted(() => {
 });
 </script>
 <style scoped>
+:deep(.el-form-item__label) {
+  /* font-size: 15px; */
+}
 :deep(.treeLeft) .el-tree-node__content {
   display: flex !important;
   height: 28px;                  /* 按设计稿调整高度 */

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

@@ -27,7 +27,7 @@
         height="80vh"
         style="width: 98%;margin-left: 1%;margin-top: 0.5%;"
         :cell-style="{ padding:'5px' }"
-        :header-cell-style="{height: heightAll*0.01+'px',}"
+        :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
         :row-style="{ fontSize: '17px',textAlign:'center'}"
         border >
         <el-table-column type="index" label="序号" width="80">
@@ -604,7 +604,7 @@
                 style="margin-top: 1%;width: 100%;margin-left: 1%;overflow: auto;height:32vh;"
                 :data="tableDataCan" 
                 :cell-style="{ textAlign: 'center',padding:'3px 0px' }"
-                :header-cell-style="{ textAlign: 'center', }"
+                :header-cell-style="{fontSize: '14px', textAlign: 'center', }"
                 max-height="45vh"
                 :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                 border>
@@ -668,7 +668,7 @@
                 :data="tableDataSer"
                 style="width: 98%;margin-left: 1%;margin-top: 1%;height: 38vh;"
                 :cell-style="{ padding:'5px' }"
-                :header-cell-style="{height: heightAll*0.01+'px',}"
+                :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
                 :row-style="{ fontSize: '17px',textAlign:'center'}"
                 border >
                 <el-table-column type="index" label="序号" width="80">
@@ -719,7 +719,7 @@
                     :data="tableDataVer"
                     style="width: 98%;margin-left: 1%;margin-top: 1%;height: 38vh;"
                     :cell-style="{ padding:'5px' }"
-                    :header-cell-style="{height: heightAll*0.01+'px',}"
+                    :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
                     :row-style="{ fontSize: '17px',textAlign:'center'}"
                     border >
                     <el-table-column type="index" label="序号" width="80">
@@ -951,7 +951,7 @@
                   style="margin-top: 1%;width: 98%;"
                   :data="tableDataCanAdd"
                   :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-                  :header-cell-style="{ textAlign: 'center'}"
+                  :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
                   :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                   border>
                 <el-table-column prop="itemName" label="参数字段(必填)">
@@ -1227,7 +1227,7 @@
             style="margin-top: 1%;width: 98%;"
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-            :header-cell-style="{ textAlign: 'center'}"
+            :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
             :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">

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

@@ -74,7 +74,7 @@
         :data="tableData" 
         style="width: 99%;margin-left: 1%;margin-top: 0.5%;"
         :cell-style="{ padding:'5px' }"
-        :header-cell-style="{height: heightAll*0.01+'px',}"
+        :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
         :row-style="{ fontSize: '17px',textAlign:'center'}"
         border 
         :height="tableheight">
@@ -196,7 +196,7 @@
           style="margin-top: 1%;width: 98%;"
           :data="tableDataCan" 
           :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-          :header-cell-style="{ textAlign: 'center'}"
+          :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
           :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
           border >
               <el-table-column prop="itemName" label="字段编码" width="200">
@@ -411,7 +411,7 @@
           style="margin-top: 1%;width: 98%;"
           :data="tableDataCan" 
           :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-          :header-cell-style="{ textAlign: 'center'}"
+          :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
           :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
           border >
               <el-table-column prop="itemName" label="字段编码" width="200">
@@ -721,7 +721,7 @@
           style="margin-top: 1%;width: 98%;"
           :data="tableDataCanAdd" 
           :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-          :header-cell-style="{ textAlign: 'center'}"
+          :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
           :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
           border >
               <el-table-column prop="itemName" label="字段编码" width="200">

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

@@ -70,7 +70,7 @@
         :data="tableData" 
         style="width: 99%;margin-left: 1%;margin-top: 0.5%;"
         :cell-style="{ padding:'5px' }"
-        :header-cell-style="{height: heightAll*0.01+'px',}"
+        :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
         :row-style="{ fontSize: '17px',textAlign:'center'}"
         border 
         :height="tableheight">
@@ -120,7 +120,7 @@
             style="margin-top: 1%;width: 98%;"
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-            :header-cell-style="{ textAlign: 'center'}"
+            :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
             :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
@@ -186,7 +186,7 @@
                 :data="tableDataJi" 
                 style="width: 99%;margin-left: 1%;margin-top: 0.5%;"
                 :cell-style="{ padding:'5px' }"
-                :header-cell-style="{height: heightAll*0.01+'px',}"
+                :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
                 @selection-change="handleSelectionChange"
                 :row-style="{ fontSize: '17px',textAlign:'center'}"
                 border 
@@ -248,7 +248,7 @@
               :data="tableDataBei" 
               style="width: 99%;margin-left: 1%;margin-top: 0.5%;height: 40vh;"
               :cell-style="{ padding:'5px' }"
-              :header-cell-style="{height: heightAll*0.01+'px',}"
+              :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
               :row-style="{ fontSize: '17px',textAlign:'center'}"
               border >
               <el-table-column type="index" label="序号" width="80"></el-table-column>

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

@@ -15,7 +15,7 @@
         :data="tableData" 
         style="width: 99%;margin-left: 0%;margin-top: 0.5%;"
         :cell-style="{ padding:'5px' }"
-        :header-cell-style="{height: heightAll*0.01+'px',}"
+        :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
         :row-style="{ fontSize: '17px',textAlign:'center'}"
         border 
         :height="tableheight">

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

@@ -37,7 +37,7 @@
         :data="tableData" 
         style="width: 99%;margin-left: 1%;margin-top: 0.5%;"
         :cell-style="{ padding:'5px' }"
-        :header-cell-style="{height: heightAll*0.01+'px',}"
+        :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
         :row-style="{ fontSize: '17px',textAlign:'center'}"
         border 
         :height="tableheight">
@@ -111,7 +111,7 @@
           style="margin-top: 1%;width: 98%;"
           :data="tableDataCanAdd" 
           :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-          :header-cell-style="{ textAlign: 'center'}"
+          :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
           :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
           border >
               <el-table-column prop="itemName" label="字段编码" width="200">

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

@@ -55,7 +55,7 @@
         :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: '17px' }"
+        :header-cell-style="{fontSize: '14px', textAlign: 'center',color:'#337ecc',fontWeight: 'bold', fontSize: '17px' }"
         :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
         border 
         :max-height="tableheight">

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

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

+ 2 - 2
ruoyi-ui/src/views/service/gateway/index2.vue

@@ -39,7 +39,7 @@
             :height="tableHeight"
             highlight-current-row
             @current-change="handleCurrentChange"
-            :header-cell-style="{
+            :header-cell-style="{fontSize: '14px',
             background: '#ebf3fb',
             color: '#333',
             padding: '4px 0',
@@ -142,7 +142,7 @@
             stripe
             :data="ruleData"
             :height="tableHeight"
-            :header-cell-style="{
+            :header-cell-style="{fontSize: '14px',
             background: '#ebf3fb',
             color: '#333',
             padding: '4px 0',

+ 1 - 1
ruoyi-ui/src/views/service/info/AeService.vue

@@ -252,7 +252,7 @@
                 :height="table.height"
                 style="width: 100%"
                 size="small"
-                :header-cell-style="{
+                :header-cell-style="{fontSize: '14px',
                   background: '#ebf3fb',
                   color: '#333',
                   padding: '4px 0',

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

@@ -76,7 +76,7 @@
           :data="tableDataSer"
           style="width: 98%;margin-left: 1%;margin-top: 0.5%;height: 85vh;"
           :cell-style="{ padding:'5px' }"
-          :header-cell-style="{height: heightAll*0.01+'px',}"
+          :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
           :row-style="{ fontSize: '17px',textAlign:'center'}"
           border >
           <el-table-column type="index" label="序号" width="80">
@@ -295,7 +295,7 @@
                   style="margin-top: 1%;width: 98%;"
                   :data="tableDataCanAdd"
                   :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-                  :header-cell-style="{ textAlign: 'center'}"
+                  :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
                   :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                   border>
                 <el-table-column prop="itemName" label="参数字段(必填)">
@@ -431,7 +431,7 @@
             style="margin-top: 1%;width: 98%;"
             :data="tableDataCanAddTree"
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-            :header-cell-style="{ textAlign: 'center'}"
+            :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
             :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border>
           <el-table-column prop="itemName" label="参数字段(必填)">
@@ -655,7 +655,7 @@
                 style="margin-top: 1%;width: 98%;"
                 :data="tableDataCan"
                 :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-                :header-cell-style="{ textAlign: 'center'}"
+                :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
                 :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
                 border>
               <el-table-column prop="itemName" label="参数字段(必填)">
@@ -832,7 +832,7 @@
             style="margin-top: 1%;width: 98%;"
             :data="tableDataJian"
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-            :header-cell-style="{ textAlign: 'center'}"
+            :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
             :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border>
           <el-table-column type="index" align="center" label="序号" width="60">

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

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

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

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

+ 2 - 2
ruoyi-ui/src/views/service/info/index1.vue

@@ -46,7 +46,7 @@
         style="width: 100%"
         size="small"
         :row-class-name="tableRowClassName"
-        :header-cell-style="{
+        :header-cell-style="{fontSize: '14px',
           background: '#ebf3fb',
           color: '#333',
           padding: '4px 0',
@@ -119,7 +119,7 @@
         style="width: 100%"
         size="small"
         :row-class-name="tableRowClassName"
-        :header-cell-style="{
+        :header-cell-style="{fontSize: '14px',
           background: '#ebf3fb',
           color: '#333',
           padding: '4px 0',

+ 1 - 1
ruoyi-ui/src/views/service/info/serviceFile.vue

@@ -55,7 +55,7 @@
         :height="table.height"
         style="width: 100%"
         size="small"
-        :header-cell-style="{
+        :header-cell-style="{fontSize: '14px',
           background: '#ebf3fb',
           color: '#333',
           padding: '4px 0',

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

@@ -165,7 +165,7 @@
           :data="tableData" 
           style="width: 98%;margin-left: 1%;margin-top: 4%;height: 55vh;"
           :cell-style="{ padding:'5px' }"
-          :header-cell-style="{height: heightAll*0.01+'px',}"
+          :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
           :row-style="{ fontSize: '17px',textAlign:'center'}"
           border >
           <el-table-column type="index" label="序号" width="80">
@@ -199,9 +199,9 @@
               </div>
             </template>
           </el-table-column>
-          <el-table-column prop="audit" label="测试状态" width="100">
+          <el-table-column prop="audit" label="测试状态" width="120">
             <template #default="scope">
-              <div style="text-align: center;display: flex;color:#67C23A" v-if="scope.row.senState==1">
+              <div style="text-align: center;display: flex;color:rgb(82, 155, 46)" v-if="scope.row.senState==1">
                 测试成功
               </div>
               <div style="text-align: center;display: flex;color:#F56C6C" v-if="scope.row.senState==0">
@@ -251,7 +251,7 @@
             style="margin-top: 1%;width: 98%;"
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-            :header-cell-style="{ textAlign: 'center'}"
+            :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
             :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
@@ -321,7 +321,7 @@
           style="margin-top: 2%;width: 98%;min-height: 400px;height: 40vh;"
           :data="tableDataLog" 
           :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-          :header-cell-style="{ textAlign: 'center'}"
+          :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
           :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
           border >
               <el-table-column prop="createBy" label="审核人员名称">
@@ -348,7 +348,7 @@
             style="margin-top: 2%;width: 98%;height: 40vh;"
             :data="tableDataLog" 
             :cell-style="{ textAlign: 'center',padding:'3px 0' }"
-            :header-cell-style="{ textAlign: 'center'}"
+            :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
             :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="createBy" label="测试发起人">
@@ -359,9 +359,9 @@
                 </el-table-column>
                 <el-table-column prop="returnData" label="测试返回结果" show-overflow-tooltip>
                 </el-table-column>
-                <el-table-column prop="audit" label="测试状态" width="100">
+                <el-table-column prop="audit" label="测试状态" width="120">
                   <template #default="scope">
-                    <div style="text-align: center;display: flex;color:#67C23A" v-if="scope.row.senState==1">
+                    <div style="text-align: center;display: flex;color:rgb(82, 155, 46)" v-if="scope.row.senState==1">
                       测试成功
                     </div>
                     <div style="text-align: center;display: flex;color:#F56C6C" v-if="scope.row.senState==0">

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

@@ -68,7 +68,7 @@
           :data="tableData" 
           style="width: 98%;margin-left: 1%;margin-top: 0.5%;"
           :cell-style="{ padding:'5px' }"
-          :header-cell-style="{height: heightAll*0.01+'px',}"
+          :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
           :row-style="{ fontSize: '17px',textAlign:'center'}"
           border >
           <el-table-column type="index" label="序号" width="80">
@@ -102,9 +102,9 @@
               </div>
             </template>
           </el-table-column>
-          <el-table-column prop="audit" label="测试状态" width="100">
+          <el-table-column prop="audit" label="测试状态" width="120">
             <template #default="scope">
-              <div style="text-align: center;display: flex;color:#67C23A" v-if="scope.row.senState==1">
+              <div style="text-align: center;display: flex;color:rgb(82, 155, 46)" v-if="scope.row.senState==1">
                 测试成功
               </div>
               <div style="text-align: center;display: flex;color:#F56C6C" v-if="scope.row.senState==0">
@@ -153,7 +153,7 @@
             style="margin-top: 1%;width: 98%;"
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-            :header-cell-style="{ textAlign: 'center'}"
+            :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
             :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
@@ -205,7 +205,7 @@
             style="margin-top: 1%;width: 98%;"
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-            :header-cell-style="{ textAlign: 'center'}"
+            :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
             :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
@@ -241,7 +241,7 @@
             style="margin-top: 2%;width: 98%;height: 40vh;"
             :data="tableDataLog" 
             :cell-style="{ textAlign: 'center',padding:'3px 0' }"
-            :header-cell-style="{ textAlign: 'center'}"
+            :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
             :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="createBy" label="测试发起人">
@@ -252,9 +252,9 @@
                 </el-table-column>
                 <el-table-column prop="returnData" label="测试返回结果" show-overflow-tooltip>
                 </el-table-column>
-                <el-table-column prop="audit" label="测试状态" width="100">
+                <el-table-column prop="audit" label="测试状态" width="120">
                   <template #default="scope">
-                    <div style="text-align: center;display: flex;color:#67C23A" v-if="scope.row.senState==1">
+                    <div style="text-align: center;display: flex;color:rgb(82, 155, 46)" v-if="scope.row.senState==1">
                       测试成功
                     </div>
                     <div style="text-align: center;display: flex;color:#F56C6C" v-if="scope.row.senState==0">

+ 22 - 8
ruoyi-ui/src/views/service/log/index.vue

@@ -69,14 +69,14 @@
             />
             </div>
           </div>
-          <div style="width: 49%;margin-left: 1%;margin-top: 1%;">
+          <div style="width: 49%;margin-left: 1%;margin-top: 1%;font-size: 18px;">
             <div>
               过去7天模型吞吐量
             </div>
             <div style="height: 40vh;width: 100%;background-color: ;margin-top: 1%;" id="right1">
 
             </div>
-            <div style="margin-top: 3%;">
+            <div style="margin-top: 3%;font-size: 18px;">
               过去7天模型错误率
             </div>
             <div style="height: 30vh;width: 100%;background-color: ;margin-top: 1%;" id="right2">
@@ -359,7 +359,11 @@ async function drawRight2(){
         type: 'shadow'
       }
     },
-    legend: {},
+    legend: {
+      textStyle: {
+        fontSize: 12 // 提示框字体大小
+      }
+    },
     color: ['#67C23A','#F56C6C',],
     xAxis: [
       {
@@ -370,7 +374,7 @@ async function drawRight2(){
           rotate: -25,   // 旋转角度,正值表示顺时针旋转,负值表示逆时针旋转
           // 可以设置文字样式,如字体大小、颜色等
           textStyle: {
-            fontSize: 9,
+            fontSize: 11,
             color: '#333'
           }
         }
@@ -378,7 +382,10 @@ async function drawRight2(){
     ],
     yAxis: [
       {
-        type: 'value'
+        type: 'value',
+        axisLabel: {
+          fontSize: 12 // X轴标签字体大小
+        },
       }
     ],
     series: [
@@ -543,10 +550,14 @@ async function drawRight1(){
     },
     tooltip: {
         trigger: 'axis',
-        show:'false'
+        show:'false',
+        
     },
     legend: {
-      top:'88%'
+      top:'88%',
+      textStyle: {
+        fontSize: 12 // 提示框字体大小
+      }
     },
     xAxis: {
       splitLine: { show: false },
@@ -558,13 +569,16 @@ async function drawRight1(){
           rotate: -25,   // 旋转角度,正值表示顺时针旋转,负值表示逆时针旋转
           // 可以设置文字样式,如字体大小、颜色等
           textStyle: {
-            fontSize: 9,
+            fontSize: 11,
             color: '#333'
           }
         }
     },
     yAxis: {
       type: 'value',
+      axisLabel: {
+        fontSize: 12 // X轴标签字体大小
+      },
       show: true,
       splitLine: { show: false },
       name: '单位:次', 

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

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

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

@@ -68,7 +68,7 @@
           :data="tableData" 
           style="width: 98%;margin-left: 1%;margin-top: 0.5%;"
           :cell-style="{ padding:'5px' }"
-          :header-cell-style="{height: heightAll*0.01+'px',}"
+          :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
           :row-style="{ fontSize: '17px',textAlign:'center'}"
           border >
           <el-table-column type="index" label="序号" width="80">
@@ -102,7 +102,7 @@
               </div>
             </template>
           </el-table-column>
-          <el-table-column prop="audit" label="测试状态" width="100">
+          <el-table-column prop="audit" label="测试状态" width="120">
             <template #default="scope">
               <div style="text-align: center;display: flex;color:#67C23A" v-if="scope.row.senState==1">
                 已测试
@@ -159,7 +159,7 @@
             style="margin-top: 1%;width: 98%;"
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-            :header-cell-style="{ textAlign: 'center'}"
+            :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
             :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
@@ -211,7 +211,7 @@
             style="margin-top: 1%;width: 98%;"
             :data="tableDataCan" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-            :header-cell-style="{ textAlign: 'center'}"
+            :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
             :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="paramCode" label="参数字段">
@@ -244,7 +244,7 @@
             style="margin-top: 1%;width: 98%;"
             :data="tableDataLog" 
             :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-            :header-cell-style="{ textAlign: 'center'}"
+            :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
             :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
             border >
                 <el-table-column prop="createBy" label="测试发起人">
@@ -255,7 +255,7 @@
                 </el-table-column>
                 <el-table-column prop="returnData" label="测试返回结果" show-overflow-tooltip>
                 </el-table-column>
-                <el-table-column prop="audit" label="测试状态" width="100">
+                <el-table-column prop="audit" label="测试状态" width="120">
                   <template #default="scope">
                     <div style="text-align: center;display: flex;color:#67C23A" v-if="scope.row.senState==1">
                       已测试

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

@@ -83,7 +83,7 @@
         :data="tableData" 
         style="width: 100%;margin-left: 0%;margin-top:1%;"
         :cell-style="{ paddingTop:'3px',paddingBottom:'3px' }"
-        :header-cell-style="{height: heightAll*0.01+'px',}"
+        :header-cell-style="{fontSize: '14px',height: heightAll*0.01+'px',}"
         @selection-change="handleSelectionChange" 
         :row-style="{ fontSize: '17px',textAlign:'center'}"
         border 

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

@@ -197,7 +197,7 @@
         style="margin-top: 1%;width: 100%;"
         :data="tableDataCanStart" 
         :cell-style="{ textAlign: 'center',padding:'2px 0' }"
-        :header-cell-style="{ textAlign: 'center'}"
+        :header-cell-style="{fontSize: '14px', textAlign: 'center'}"
         :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
         border >
             <el-table-column prop="itemName" label="参数名称(必填)">
@@ -530,7 +530,7 @@
           style="margin-top: 2%;width: 100%;margin-left: 1%;overflow: auto;"
           :data="tableDataCan" 
           :cell-style="{ textAlign: 'center',padding:'3px 0px' }"
-          :header-cell-style="{ textAlign: 'center', }"
+          :header-cell-style="{fontSize: '14px', textAlign: 'center', }"
           max-height="45vh"
           :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
           border>
@@ -624,7 +624,7 @@
           style="margin-top: 2%;width: 100%;margin-left: 1%;overflow: auto;"
           :data="tableDataCan" 
           :cell-style="{ textAlign: 'center',padding:'3px 0px' }"
-          :header-cell-style="{ textAlign: 'center', }"
+          :header-cell-style="{fontSize: '14px', textAlign: 'center', }"
           max-height="45vh"
           :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
           border>
@@ -693,7 +693,7 @@
           style="margin-top: 2%;width: 100%;margin-left: 1%;overflow: auto;"
           :data="tableDataCan" 
           :cell-style="{ textAlign: 'center',padding:'3px 0px' }"
-          :header-cell-style="{ textAlign: 'center', }"
+          :header-cell-style="{fontSize: '14px', textAlign: 'center', }"
           max-height="45vh"
           :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center'  }"
           border>