Browse Source

feat: UI修改

zhuozh 1 year ago
parent
commit
8fc75f155e
3 changed files with 3 additions and 3 deletions
  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: '公文撰写',
   },
 ];