lex пре 2 година
родитељ
комит
d2ed2a1d88

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

@@ -24,7 +24,7 @@ export default defineComponent({
       startDate: '',
       endDate: '',
       manageSalary: '' as any,
-      courseSalary: '',
+      courseSalary: '' as any,
       trainingSalary: '',
       /**管理补助 */
       manageSalaryInfo: {} as any,

+ 1 - 1
src/school/orchestra-story/index.tsx

@@ -156,7 +156,7 @@ export default defineComponent({
           {{
             right: () => (
               <span
-                style={{ color: 'var(--van-primary)', fontWeight: '500' }}
+                style={{ color: 'var(--van-primary)', fontWeight: 500 }}
                 onClick={() => {
                   router.push('/story-operation')
                 }}

+ 1 - 1
src/school/orchestra/compontent/photo-detail.module.less

@@ -28,7 +28,7 @@
         justify-content: center;
         width: calc(100vw / 3 - 3px);
         height: calc(100vw / 3 - 3px);
-        border-radius: 4px;
+        border-radius: 2px;
         overflow: hidden;
         position: relative;
         background-color: #eaeaea;

+ 1 - 1
src/school/orchestra/compontent/photo.module.less

@@ -71,7 +71,7 @@
       background: #eaeaea;
       width: 170px;
       height: 170px;
-      border-radius: 4px;
+      border-radius: 2px;
       overflow: hidden;
       background-color: #eaeaea;
       background-repeat: no-repeat;