Kaynağa Gözat

修改样式

lex 2 yıl önce
ebeveyn
işleme
ae0ef38463

+ 1 - 1
src/components/o-upload-all/index.tsx

@@ -144,7 +144,7 @@ export default defineComponent({
         }
         const signUrl = state.platformApi + '/open/getUploadSign'
         const tempName = file.name || ''
-        const fileName = this.path + (tempName && tempName.replace(/ /gi, '_'))
+        const fileName = this.path + '/' + (tempName && tempName.replace(/ /gi, '_'))
         const key = new Date().getTime() + fileName
         console.log(file)
 

+ 1 - 1
src/components/o-upload/index.tsx

@@ -132,7 +132,7 @@ export default defineComponent({
         const signUrl = state.platformApi + '/open/getUploadSign'
         const tempName = file.name || ''
         console.log(this.path)
-        const fileName = this.path + (tempName && tempName.replace(/ /gi, '_'))
+        const fileName = this.path + '/' + (tempName && tempName.replace(/ /gi, '_'))
         const key = new Date().getTime() + fileName
         console.log(file)
 

+ 0 - 1
src/school/approval-manage/agency/index.tsx

@@ -128,7 +128,6 @@ export default defineComponent({
                         center
                         label={`${item.startDate} 至 ${item.endDate}`}
                         isLink
-                        labelClass={styles.recordLabelClass2}
                         to={'/approval-manage-subsidy?display=1&salaryId=' + (item.id || '')}
                       >
                         {{

+ 1 - 1
src/school/approval-manage/subsidy/index.tsx

@@ -118,7 +118,7 @@ export default defineComponent({
                   {{
                     title: () => (
                       <div class={styles.itemTitle}>
-                        <span class={styles.recordLabelClass}>
+                        <span>
                           {data.startDate} 至 {data.endDate}
                         </span>
                         <span class={styles.itemTag}>补助周期</span>

+ 3 - 1
src/school/orchestra-story/index.module.less

@@ -43,6 +43,7 @@
   :global {
     .van-step--vertical {
       padding-right: 13px;
+      padding-bottom: 20px;
       &::after {
         border-width: 0 !important;
       }
@@ -63,7 +64,7 @@
 
     .stepTime {
       font-family: 'DINA';
-      padding-bottom: 6px;
+      // padding-bottom: 6px;
     }
 
     .stepEdit {
@@ -76,6 +77,7 @@
         .van-icon {
           font-size: 14px;
           margin-right: 3px;
+          margin-top: -2px;
         }
       }
     }