소스 검색

修改样式

lex 9 달 전
부모
커밋
0a18847d91

+ 3 - 3
src/components/card-type/index.module.less

@@ -126,8 +126,8 @@
 
     .iconType {
       display: inline-block;
-      width: 24px;
-      height: 24px;
+      width: 26px;
+      height: 26px;
     }
 
     .iconPlay {
@@ -290,4 +290,4 @@
       min-width: 124px;
     }
   }
-}
+}

+ 1 - 0
src/views/prepare-lessons/components/lesson-main/courseware/addCourseware.tsx

@@ -855,6 +855,7 @@ export default defineComponent({
                                 offShelf={item.removeFlag ? true : false}
                                 // onOffShelf={() => onRemove(item)}
                                 item={item}
+                                audioPlayTypeSize="small"
                                 disabledMouseHover={false}
                                 onClick={() => {
                                   if (item.type === 'IMG') return;

+ 3 - 3
src/views/xiaoku-music/index.module.less

@@ -203,7 +203,7 @@
 
     .nBaseCascaser {
       border-radius: 100px;
-      width: 201px;
+      width: 170px;
       background: #F5F6FA;
       margin-right: 16px;
 
@@ -308,10 +308,10 @@
     }
 
     .iconType {
-      background: transparent;
+      background: #fff;
       border-radius: 3px;
       padding: 0px 3px;
-      font-size: max(12px, 11Px);
+      font-size: max(12px, 9Px);
       text-align: center;
       font-weight: 400;
       line-height: 1;

+ 1 - 1
vite.config.ts

@@ -24,7 +24,7 @@ function resolve(dir: string) {
 // https://vitejs.dev/config/
 // https://github.com/vitejs/vite/issues/1930 .env
 // const proxyUrl = 'https://dev.kt.colexiu.com/';
-const proxyUrl = 'https://dev.kt.colexiu.com';
+const proxyUrl = 'https://test.kt.colexiu.com';
 // const proxyUrl = 'http://192.168.3.14:7989';
 const now = new Date().getTime();
 export default defineConfig(() => {