xiongzhu 4 年之前
父節點
當前提交
c51ef9f396
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/main/vue/src/components/PageTitle.vue

+ 4 - 1
src/main/vue/src/components/PageTitle.vue

@@ -40,10 +40,13 @@ export default {
         .title {
             color: black;
             font-weight: bold;
-            font-size: 18px;
+            font-size: 16px;
             line-height: 24px;
             margin-bottom: 8px;
         }
+        .el-breadcrumb {
+            font-size: 13px;
+        }
     }
     .btns {
         vertical-align: middle;