|
@@ -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;
|
|
|
}
|