shaogen1995 1 месяц назад
Родитель
Сommit
4e4d970417

+ 1 - 1
src/assets/styles/base.css

@@ -34,7 +34,7 @@ textarea {
 }
 /* 主题色 */
 :root {
-  --themeColor: #9f1927;
+  --themeColor: #4c7f7a;
   --themeColor2: #d3b453;
 }
 /* 找不到页面 */

+ 1 - 1
src/assets/styles/base.less

@@ -45,7 +45,7 @@ textarea {
 
 /* 主题色 */
 :root {
-  --themeColor: #9f1927;
+  --themeColor: #4c7f7a;
   --themeColor2: #d3b453;
 }
 

+ 1 - 1
src/index.tsx

@@ -22,7 +22,7 @@ root.render(
     locale={locale}
     theme={{
       token: {
-        colorPrimary: ' #9f1927'
+        colorPrimary: ' #4c7f7a'
       }
     }}
   >

+ 1 - 1
src/pages/E_goodsStorage/E3actuality/E3edit/index.tsx

@@ -562,7 +562,7 @@ function E3edit() {
               </Button>
             ) : null}
 
-            <MyPopconfirm txtK='取消' onConfirm={() => history.push('/accident')} />
+            <MyPopconfirm txtK='取消' onConfirm={() => history.push('/actuality')} />
           </>
         )}
       </div>

+ 1 - 1
src/pages/Layout/index.module.scss

@@ -12,7 +12,7 @@
 
       .layoutLeftTop {
         text-align: center;
-        padding: 20px 20px 0px;
+        padding: 10px 20px 10px;
 
         & > img {
           width: 208px;

+ 1 - 3
src/pages/Z_system/Z5role/index.tsx

@@ -57,9 +57,7 @@ function Z5role() {
               <Button size='small' type='text' onClick={() => setEditId(item.id)}>
                 编辑
               </Button>
-              {item.id === 13 ? null : (
-                <MyPopconfirm txtK='删除' onConfirm={() => delTableFu(item.id)} />
-              )}
+              <MyPopconfirm txtK='删除' onConfirm={() => delTableFu(item.id)} />
             </>
           )
         }

+ 1 - 1
src/utils/select.ts

@@ -106,7 +106,7 @@ export const selectObj = {
     { value: 'CR', label: '人员出入库' },
     { value: 'SG', label: '事故登记' },
     // { value: 'CS', label: '残损登记' },
-    { value: 'XZ', label: '现状登记' },
+    { value: 'XZ', label: '' },
     { value: 'XF', label: '文物修复' },
     { value: 'ZL', label: '借展管理' }
     // { value: 'ZDJ', label: '藏品总登记号' }