فهرست منبع

Merge branch 'iteration-20250313-light' into iteration-20250321-bug

lex-xin 3 ماه پیش
والد
کامیت
313e68781a

+ 7 - 4
src/views/content-information/content-knowledge/index.module.less

@@ -230,7 +230,7 @@
   border-radius: 16px;
   // height: 100%;
   z-index: 1;
-  overflow: hidden;
+  // overflow: hidden;
   padding: 54px 0 27px 27px;
   position: relative;
 
@@ -252,7 +252,10 @@
 
   :global {
     .n-spin-container {
-      overflow-y: auto;
+      // overflow-y: auto;
+      height: 100%;
+    }
+    .n-spin-content {
       height: 100%;
     }
 
@@ -269,8 +272,8 @@
 
   .musicContent {
     flex: 1;
-    // overflow-y: auto;
-    // height: 100%;
+    overflow-y: auto;
+    height: 100%;
     // padding: 27px;
     padding-right: 27px;
     user-select: text;

+ 7 - 5
src/views/prepare-lessons/model/source-knowledge/index.module.less

@@ -224,7 +224,7 @@
   border-radius: 16px;
   // height: 100%;
   z-index: 1;
-  overflow: hidden;
+  // overflow: hidden;
   padding: 54px 0 27px 27px;
 
   &::-webkit-scrollbar {
@@ -245,10 +245,12 @@
 
   :global {
     .n-spin-container {
-      overflow-y: auto;
+      // overflow-y: auto;
+      height: 100%;
+    }
+    .n-spin-content {
       height: 100%;
     }
-
   }
 
   .musicTitle {
@@ -262,8 +264,8 @@
 
   .musicContent {
     flex: 1;
-    // overflow-y: auto;
-    // height: 100%;
+    overflow-y: auto;
+    height: 100%;
     // padding: 27px;
     padding-right: 27px;
     position: relative;

+ 9 - 7
src/views/xiaoku-list/detail.module.less

@@ -107,7 +107,7 @@
 .searchGroup {
   background: #fff;
   border-radius: 12px;
-  padding: 0 0 30px;
+  padding: 0 0 0;
   position: relative;
 
   &.searchGroupOnly {
@@ -173,25 +173,27 @@
     }
 
     .n-form-item-feedback-wrapper {
-      min-height: 14px;
+      min-height: 16px;
     }
   }
 
   .moreSearch {
-    position: absolute;
-    bottom: 0;
-    left: 50%;
-    transform: translateX(-50%);
+    // position: absolute;
+    // bottom: 0;
+    // left: 50%;
+    // transform: translateX(-50%);
     font-size: max(17px, 12Px);
     color: #198CFE;
     cursor: pointer;
     // background: url('./images/search-bg.png') no-repeat center;
     // background-size: contain;
     width: 222px;
-    line-height: 34px;
+    margin: 0 auto;
+    line-height: 1.2;
     display: flex;
     align-items: center;
     justify-content: center;
+    padding-bottom: 16px;;
 
     &::after {
       content: '';