Ver código fonte

修改样式

lex 2 anos atrás
pai
commit
0637e09599

BIN
src/student/music-group/pre-apply/images/member_bao-3.png


+ 1 - 1
src/student/music-group/pre-apply/order-detail.tsx

@@ -329,7 +329,7 @@ export default defineComponent({
       // 判断是否是乐团报名
       if (orderType.value === 'ORCHESTRA') {
         window.location.replace(
-          'https://mp.weixin.qq.com/s?__biz=MzkxMDMwOTI5Nw==&mid=2247485261&idx=1&sn=70c79a832a609bf9fae01c9e90fb4f69&chksm=c12c2593f65bac85d26362bca470f6abc2bfc087d9f4dcf87c00094420bdf5a3acb1b870199b#rd%EF%BC%89'
+          'https://mp.weixin.qq.com/s?__biz=MzkxMDMwOTI5Nw==&mid=2247485329&idx=3&sn=bc4012d392c12a6b7957390e88ee3ee5&chksm=c12c254ff65bac59e0a3bcd99e97601fab57ebe561b9bf3209376ed3b0b7491ca38381d21a65#rd'
         )
       } else {
         router.replace({

+ 4 - 0
src/student/trade-record/index.module.less

@@ -78,6 +78,10 @@
       margin-left: 12px;
     }
   }
+
+  .btnGroup {
+    padding-bottom: 5px;
+  }
 }
 
 .dialogTitle {

+ 1 - 1
src/styles/index.less

@@ -109,7 +109,7 @@
   -moz-osx-font-smoothing: grayscale;
   color: #333;
   min-height: 100vh;
-  // font-family: PingFangSC-Regular, PingFang SC;
+// font-family: PingFangSC-Medium, PingFang SC;
 }
 
 body {

+ 1 - 0
src/views/follow-account/index.module.less

@@ -39,5 +39,6 @@
     top: 0;
     left: 0;
     z-index: -1;
+    background-color: #fff;
   }
 }

+ 10 - 6
src/views/mine-orchestra/orchestra-deeds/index.tsx

@@ -12,7 +12,7 @@ import {
   Swipe,
   SwipeItem
 } from 'vant'
-import { defineComponent, onMounted, reactive, ref, watch } from 'vue'
+import { defineComponent, onMounted, reactive, ref, watch, nextTick } from 'vue'
 import { useRoute, useRouter } from 'vue-router'
 import styles from './index.module.less'
 import iconStep from './images/icon-step.png'
@@ -114,7 +114,7 @@ export default defineComponent({
             onLoad={getList}
             immediateCheck={false}
           >
-            <Steps direction="vertical" class={styles.storySteps}>
+            <Steps direction="vertical" class={[styles.storySteps, 'storyStepContainer']}>
               {state.list.map((item: any, index: number) => (
                 <Step
                   v-slots={{
@@ -154,10 +154,14 @@ export default defineComponent({
                               class={styles.swipeImg}
                               ref={(el: any) => (videoRef.value[index] = el)}
                               onPlay={() => onPlay(index)}
-                              // onExitfullscreen={() => {
-                              //   console.log('重新resize', swipeRef.value)
-                              //   swipeRef.value?.resize()
-                              // }}
+                              onExitfullscreen={() => {
+                                console.log('重新resize', swipeRef.value)
+                                nextTick(() => {
+                                  setTimeout(() => {
+                                    swipeRef.value?.resize()
+                                  }, 600)
+                                })
+                              }}
                             />
                           )}
                         </SwipeItem>

+ 1 - 2
src/views/unit-test/unit-create/modals/newspaper-item.module.less

@@ -27,8 +27,7 @@
         color: #333333;
         line-height: 30px;
         margin-bottom: 4px;
-        font-family: 'DINA';
-        font-weight: bold;
+        font-family: 'DINA' !important;
 
         span {
           margin-left: 1px;

+ 1 - 1
src/views/unit-test/unit-list/models/unit-list-item.tsx

@@ -56,7 +56,7 @@ export default defineComponent({
                   </div>
                   <div class={styles.testItem}>
                     <span class={styles.name}>截止时间</span>
-                    <p>{dayjs(props.item?.expiryDate).format('YYYY-MM-DD HH:mm')}</p>
+                    <p>{dayjs(props.item?.expiryDate).format('YYYY-MM-DD')}</p>
                   </div>
                   <div class={styles.testItem}>
                     <span class={styles.name}>提交人数</span>