Kaynağa Gözat

样式修改

mo 4 yıl önce
ebeveyn
işleme
d8938b87c0

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/index.html


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/css/chunk-3ae382f3.9966e8bf.css


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/css/chunk-485b7f1e.4108993e.css


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/css/chunk-607a4ad6.addb3f4c.css


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/app.554e97b2.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/chunk-3ae382f3.30496ba9.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/chunk-485b7f1e.5ca8eec8.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/chunk-607a4ad6.22cf6839.js


+ 24 - 18
src/views/teamBuild/components/soundSetComponents/chioseMusic.vue

@@ -28,25 +28,31 @@
 
         <div class="flexRow">
           <p class="title">团购价:</p>
-          <el-input type="number"
-                    v-if="music.type&&music.type.length>0?music.type.includes('GROUP'):false"
-                    v-model="music.groupPrice"
-                    disabled
-                    style="width:180px"> <template slot="append">元</template></el-input>
-          <el-input value="--"
-                    v-else
-                    disabled
-                    style="width:180px"> <template slot="append">元</template></el-input>
+          <div v-if="music.type&&music.type.length>0?music.type.includes('GROUP'):false"
+               style="width:180px">
+            <el-input type="number"
+                      v-model="music.groupPrice"
+                      disabled> <template slot="append">元</template></el-input>
+          </div>
+          <div v-else
+               style="width:180px">
+            <el-input value="--"
+                      disabled> <template slot="append">元</template></el-input>
+          </div>
+
           <p class="title">租赁押金:</p>
-          <el-input type="number"
-                    v-if="music.type&&music.type.length>0?music.type.includes('LEASE'):false"
-                    v-model="music.borrowPrice"
-                    :disabled='basdisabled'
-                    style="width:180px"> <template slot="append">元</template></el-input>
-          <el-input value="--"
-                    v-else
-                    disabled
-                    style="width:180px"> <template slot="append">元</template></el-input>
+          <div v-if="music.type&&music.type.length>0?music.type.includes('LEASE'):false"
+               style="width:180px">
+            <el-input type="number"
+                      v-model="music.borrowPrice"
+                      :disabled='basdisabled'> <template slot="append">元</template></el-input>
+          </div>
+          <div v-else
+               style="width:180px">
+            <el-input value="--"
+                      disabled> <template slot="append">元</template></el-input>
+          </div>
+
           <i class="el-icon-close marginLeft10"
              v-if="item.chioseMusic.length >1&&!basdisabled"
              @click="deleteMusic(music)"

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor