shaogen1995 16 часов назад
Родитель
Сommit
0ce70f27e0

+ 5 - 12
src/assets/styles/base.css

@@ -129,23 +129,22 @@ textarea {
 }
 .pageTitle {
   font-size: 18px;
-  font-weight: 700;
   position: absolute;
   z-index: 11;
-  top: -73px;
+  top: -97px;
   left: -18px;
   padding-left: 40px;
   color: var(--themeColor2);
-  text-shadow: 1px 1px 1px black;
+  text-shadow: 2px 2px 2px black;
   letter-spacing: 2px;
 }
 .pageTitle::before {
   position: absolute;
-  left: 0px;
+  left: -14px;
   content: '|';
-  font-size: 20px;
+  font-size: 24px;
   font-weight: 700;
-  top: -3px;
+  top: -9px;
 }
 .mySorrl::-webkit-scrollbar {
   /*滚动条整体样式*/
@@ -168,12 +167,6 @@ textarea {
 .ant-image-preview-operations {
   background-color: rgba(0, 0, 0, 0.8) !important;
 }
-.AIdroRow {
-  display: block;
-  width: 100%;
-  height: 100%;
-  text-align: center;
-}
 .ant-table-body {
   background-color: var(--boxBcaColor) !important;
 }

+ 5 - 22
src/assets/styles/base.less

@@ -225,23 +225,22 @@ textarea {
 // 页面标题
 .pageTitle {
   font-size: 18px;
-  font-weight: 700;
   position: absolute;
   z-index: 11;
-  top: -73px;
+  top: -97px;
   left: -18px;
   padding-left: 40px;
   color: var(--themeColor2);
-  text-shadow: 1px 1px 1px black;
+  text-shadow: 2px 2px 2px black;
   letter-spacing: 2px;
 
   &::before {
     position: absolute;
-    left: 0px;
+    left: -14px;
     content: '|';
-    font-size: 20px;
+    font-size: 24px;
     font-weight: 700;
-    top: -3px;
+    top: -9px;
   }
 }
 
@@ -269,28 +268,12 @@ textarea {
 .ant-image-preview-operations {
   background-color: rgba(0, 0, 0, 0.8) !important;
 }
-// .ant-image-preview-mask {
-//   z-index: 9999 !important;
-// }
-// .ant-image-preview-wrap {
-//   z-index: 9999 !important;
-// }
-// .ant-image-preview-operations-wrapper {
-//   z-index: 9999 !important;
-// }
-.AIdroRow {
-  display: block;
-  width: 100%;
-  height: 100%;
-  text-align: center;
-}
 
 // --------关于表格
 .ant-table-body {
   background-color: var(--boxBcaColor) !important;
 }
 /* antd表格居中 */
-
 .ant-table-cell {
   text-align: center !important;
 }

+ 1 - 2
src/pages/Isystem/I4processSet/I4edit/index.module.scss

@@ -4,9 +4,8 @@
   left: 0;
   width: 100%;
   height: 100%;
-  z-index: 2;
-  background-color: var(--boxBcaColor);
   border-radius: 10px;
+  background-color: var(--boxBcaColor);
   :global {
     .I4main {
       width: 100%;

+ 1 - 1
src/pages/Isystem/I4processSet/I4linkSet/index.module.scss

@@ -6,7 +6,7 @@
   height: 100%;
   border-radius: 10px;
   background-color: var(--boxBcaColor);
-  padding: 24px;
+  padding: 20px;
   :global {
     .I4aTit {
       display: flex;

+ 1 - 1
src/pages/Isystem/I4processSet/I4linkSet/index.tsx

@@ -97,7 +97,7 @@ function I4linkSet({ sId, closeFu, userList, title }: Props) {
       {/* 表格 */}
       <MyTable
         classKey='I4linkSet'
-        yHeight={690}
+        yHeight={660}
         list={table}
         columnsTemp={I4tableC2}
         lastBtn={tableLastBtn}

+ 2 - 0
src/pages/Layout/index.module.scss

@@ -200,6 +200,8 @@
           & > div {
             width: 100%;
             height: 100%;
+            position: relative;
+
             // background-color: #fff;
             // border-radius: 10px;
             // padding: 20px;