瀏覽代碼

feat: UI修改

zhuozh 1 年之前
父節點
當前提交
8fc75f155e
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/pages/home/index copy.tsx
  2. 1 1
      src/pages/home/index.less
  3. 1 1
      src/pages/home/index.tsx

+ 1 - 1
src/pages/home/index copy.tsx

@@ -94,7 +94,7 @@ const typeList = [
   },
   {
     id: 2,
-    name: '梳理公文',
+    name: '公文撰写',
   },
 ];
 

+ 1 - 1
src/pages/home/index.less

@@ -37,7 +37,7 @@
   flex-direction: column;
   align-items: center;
   .logo {
-    width: 62.14%;
+    width: 100%;
   }
   .addBtn {
     margin-top: 44px;

+ 1 - 1
src/pages/home/index.tsx

@@ -45,7 +45,7 @@ const typeList = [
   },
   {
     id: 2,
-    name: '梳理公文',
+    name: '公文撰写',
   },
 ];