Hua пре 1 месец
родитељ
комит
f6718cc069

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

@@ -39,7 +39,7 @@ onMounted(() => {
   font-size: 15px !important
 }
 :deep(.el-tree-node) {
-  font-size: 15px !important
+  font-size: 16px !important
 }
 :deep(.el-select__wrapper) {
   font-size: 15px !important

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

@@ -2,7 +2,7 @@
   <div class="navbar">
     <hamburger id="hamburger-container" :is-active="appStore.sidebar.opened" class="hamburger-container"  />
     <breadcrumb id="breadcrumb-container" class="breadcrumb-container" v-if="!settingsStore.topNav" />
-    <div style="margin-left: 47%;font-size: 14px;align-items: center;height: 100%;display: flex;">
+    <div style="margin-left: 47%;font-size: 16px;align-items: center;height: 100%;display: flex;font-weight: bold;">
       <div style="color: #409EFF;" v-if="route.params.id=='20'">
         温带风暴潮预报模型
       </div>
@@ -18,6 +18,9 @@
       <div style="color: #409EFF;" v-if="route.params.id=='30'">
         上海市中心城区排水系统模型
       </div>
+      <div style="color: #409EFF;" v-if="route.params.id=='42'">
+        模型测试
+      </div>
     </div>
     <top-nav id="topmenu-container" class="topmenu-container" v-if="settingsStore.topNav" />
     <!-- <div class="right-menu">

+ 3 - 3
ruoyi-ui/src/views/standardization/modelUsing/index.vue

@@ -28,9 +28,9 @@
       <div class="coz-card" @mouseenter="setHoverIndex(index)" @click="goFlow(item)" style="cursor: pointer;"
            @mouseleave="resetHoverIndex">
         <div style="display: flex;width: 100%;">
-          <div style="margin-left: 8%;margin-top: 5%;width: 60%;">
+          <div style="margin-left: 8%;margin-top: 5%;width: 60%;font-size: 17px;">
             {{ item.appTitle }}
-            <div style="margin-top: 10%;font-size: 14px;">
+            <div style="margin-top: 10%;font-size: 16px;">
                 模型描述:{{ item.appNote }}
             </div>
           </div>
@@ -46,7 +46,7 @@
           <el-tag style="margin-left: 8%;margin-top: -1%;">应用</el-tag>
         </div>
         <div style="display: flex;align-items: center;margin-left: 8%;margin-top: 3%;line-height: 1.5;width: 85%;">
-          <img style="width: 4%;height: 4%;border-radius: 12px;" src="@/assets/images/touxiang.png" alt="">
+          <img style="width: 4%;height: 4%;border-radius: 13px;" src="@/assets/images/touxiang.png" alt="">
           <div style="margin-left: 3%;font-size: 12px;">
             创建人:{{ item.createBy }} 更新时间:{{ item.createTime }}
           </div>