lex 1 year ago
parent
commit
e6301e8d7e

+ 3 - 0
src/views/natural-resources/components/my-collect/index.module.less

@@ -195,6 +195,9 @@
 }
 
 .spaceSection2 {
+  width: 75%;
+  transition: 1s all ease-in;
+
   &>div {
     height: 34Px !important;
     display: flex;

+ 3 - 0
src/views/natural-resources/components/my-resources/index.module.less

@@ -285,6 +285,9 @@
 }
 
 .spaceSection2 {
+  width: 75%;
+  transition: 1s all ease-in;
+
   &>div {
     height: 34Px !important;
     display: flex;

+ 10 - 3
src/views/natural-resources/components/share-resources/index.module.less

@@ -147,6 +147,9 @@
   transition: 1s all ease-in;
 
   &>div {
+    height: 34Px !important;
+    display: flex !important;
+    align-items: center;
     line-height: var(--n-blank-height);
   }
 }
@@ -199,10 +202,14 @@
 }
 
 .spaceSection2 {
+  width: 75%;
+  transition: 1s all ease-in;
+
   &>div {
-    height: 34Px !important;
-    display: flex;
-    align-items: center;
+    // height: 34Px !important;
+    // display: flex !important;
+    // align-items: center;
+
   }
 }
 

+ 0 - 1
src/views/natural-resources/components/share-resources/search-group-resources.tsx

@@ -174,7 +174,6 @@ export default defineComponent({
                     {line.value > 1 && (
                       <div
                         style={{
-                          height: 'var(--n-blank-height)',
                           position: 'absolute',
                           display: 'flex',
                           alignItems: 'center'