Ver código fonte

pick add form label width

hehaitao 9 meses atrás
pai
commit
b2fa532e9f

+ 3 - 4
.env.development

@@ -1,11 +1,10 @@
 # 生产环境配置
 ENV = 'development'
 
-# 一铭小状元学习系统/生产环境
+# 铭学百优学习系统/生产环境
 #VUE_APP_BASE_API = 'https://www.mingxuejinbang.com/prod-api'
 #VUE_APP_BASE_API = 'http://localhost:8080'
-#VUE_APP_BASE_API = 'https://test.mingxue100.com/prod-api'
-VUE_APP_BASE_API = 'http://front.mingxuejinbang.com/prod-api'
+VUE_APP_BASE_API = 'https://test.mingxue100.com/prod-api'
 
-VUE_APP_MOBILE = "https://h5.ymxzy.com"
+VUE_APP_MOBILE = "https://h5.mingxue100.com"
 

+ 1 - 1
src/views/system/user/profile/components/class-tree-form.vue

@@ -1,5 +1,5 @@
 <template>
-  <el-form ref="form" :model="model" :rules="rules" label-position="right" label-width="80px">
+  <el-form ref="form" :model="model" :rules="rules" label-position="right" label-width="120px">
     <el-form-item v-for="(grade,index) in dataSource" :key="index" :prop="grade.name" :label="grade.name"
                   class="form-item-readonly">
       <el-checkbox-group v-model="model[grade.name]" :disabled="disabled">

+ 1 - 1
src/views/system/user/profile/school-detail.vue

@@ -2,7 +2,7 @@
   <div class="app-container">
     <el-card>
       <template #header>学校信息</template>
-      <el-form label-position="right" label-width="80px">
+      <el-form label-position="right" label-width="120px">
         <el-form-item label="学校">
           {{ school && school.schoolName }}
         </el-form-item>