Эх сурвалжийг харах

首页 - 标题居左,字号加大

Wang Zi Wen 1 жил өмнө
parent
commit
4041b86f24

+ 9 - 6
ruoyi-ui/src/views/index.vue

@@ -27,7 +27,8 @@
         <div class="title">
           <div class="logo">
             <img src="../assets/logo/logo.png" alt="logo" />
-          </div>常用下载
+          </div>
+          常用下载
         </div>
         <template-chart />
       </el-col>
@@ -156,18 +157,20 @@ export default {
 }
 
 .title{
-  font-size: 14px;
+  font-size: 20px;
   background-color: #F5222D;
   color: white;
-  height: 32px;
-  line-height: 32px;
+  height: 40px;
+  line-height: 40px;
   font-weight: bold;
   margin-bottom: 0px;
+  text-align: left;
 }
 
 .logo{
-  height: 18px;
-  width: 18px;
+  margin: 0px 5px;
+  height: 22px;
+  width: 22px;
   display: inline-block;
 }