Browse Source

11/06 样式修改 审核中无法删除声部

11
Xiao_Mo 4 năm trước cách đây
mục cha
commit
4eeae221cf

+ 4 - 4
src/views/teamBuild/components/soundSetComponents/chioseMusic.vue

@@ -25,8 +25,8 @@
       </el-col>
       <el-col :xs="24"
               :sm="24"
-              :md="18"
-              :lg="12">
+              :md="24"
+              :lg="24">
         <div class="flexRow">
           <p class="title">团购价:</p>
           <el-input type="number"
@@ -49,7 +49,7 @@
                     disabled
                     style="width:180px"> <template slot="append">元</template></el-input>
           <i class="el-icon-close marginLeft10"
-             v-if="item.chioseMusic.length >1"
+             v-if="item.chioseMusic.length >1&&!basdisabled"
              @click="deleteMusic(music)"
              style="font-size:20px; cursor: pointer;"></i>
         </div>
@@ -123,7 +123,7 @@ p {
   margin-right: 10px;
 }
 .title {
-  width: 100px;
+  width: 100px!important;
   text-align: right;
   margin-right: 10px;
 }

+ 2 - 2
vue.config.js

@@ -19,9 +19,9 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // let target = 'https://online.dayaedu.com' //线上
 // let target = 'http://dyme.utools.club' //test环境
 // let target = 'http://192.168.3.139:8000' // 箭河
-let target = 'http://192.168.3.16:8000' //邹璇
+// let target = 'http://192.168.3.16:8000' //邹璇
 // let target = 'http://192.168.3.204:8000' //勇哥
-// let target = 'http://dev.dayaedu.com' // 测试服
+let target = 'http://dev.dayaedu.com' // 测试服
 // let target = 'http://192.168.3.196' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {