Quellcode durchsuchen

Merge branch 'iteration-20250110-last' into jenkins

lex-xin vor 5 Monaten
Ursprung
Commit
d7e0b61e25

+ 2 - 2
src/components/layout/guide-section/index.tsx

@@ -61,8 +61,8 @@ export default defineComponent({
       previewShow,
       {
         resizeDirection: [true, true, true, true, true, true, true, true],
-        minHeight: 400,
-        minWidth: 400,
+        minHeight: 392,
+        minWidth: 600,
         defaultPosition: 'center',
         width: 1000,
         height: 640

+ 2 - 2
src/views/prepare-lessons/model/courseware-type/index.module.less

@@ -227,7 +227,7 @@
     align-items: center;
     justify-content: space-between;
     color: #777777;
-    font-size: max(13px, 11Px);
+    font-size: max(13px, 12Px);
     padding-top: 8px;
     .authorName {
       max-width: 50%;
@@ -270,7 +270,7 @@
 
     .name {
       font-weight: 600;
-      font-size: max(14px, 13Px);
+      font-size: max(14px, 14Px);
       color: #000000;
       display: flex;
       align-items: center;