瀏覽代碼

修改样式

lex 2 年之前
父節點
當前提交
28206baa91

+ 2 - 2
src/student/music-group/layout/login.tsx

@@ -73,7 +73,7 @@ export default defineComponent({
 
         if (!data.canSignUp) {
           this.showPopup = true
-          this.showPopupMessage = '乐团建设中,请稍等'
+          this.showPopupMessage = '学校已关闭'
         }
       } catch {
         //
@@ -136,7 +136,7 @@ export default defineComponent({
       try {
         if (!this.orchestraInfo.canSignUp) {
           this.showPopup = true
-          this.showPopupMessage = '乐团建设中,请稍等'
+          this.showPopupMessage = '学校已关闭'
         }
         // let res: any
         const forms: any = {

+ 1 - 0
src/student/music-group/pre-apply/qrcode-payment/index.module.less

@@ -51,6 +51,7 @@
 
   &.tips {
     margin-top: 15px;
+    margin-bottom: 12px;
     padding: 12px 22px 15px;
     text-align: left;
     .tipsTitle {