Commit 2e170c1e by crushh

update: dist

parent 0e97ae42
...@@ -16,6 +16,9 @@ ...@@ -16,6 +16,9 @@
.ml10 { .ml10 {
margin-left: 10px; margin-left: 10px;
} }
.mt5 {
margin-top: 5px;
}
.mt6 { .mt6 {
margin-top: 6px; margin-top: 6px;
} }
...@@ -64,6 +67,12 @@ ...@@ -64,6 +67,12 @@
.pb10{ .pb10{
padding-bottom: 10px; padding-bottom: 10px;
} }
.fz12{
font-size: 12px;
}
.fz14{
font-size: 14px;
}
.lh1{ .lh1{
line-height: 1; line-height: 1;
} }
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
</el-checkbox> </el-checkbox>
</el-checkbox-group> </el-checkbox-group>
<el-upload :action="musicUrl" with-credentials multiple accept="audio/mpeg" :data="{requestProject: 'gic-web'}" :show-file-list="false" :file-list="defineMusicList" :before-upload="(file) => beforeMusicUpload(file)" :on-success="uploadOnMusicSuccess"> <el-upload :action="musicUrl" with-credentials multiple accept="audio/mpeg" :data="{requestProject: 'gic-web'}" :show-file-list="false" :file-list="defineMusicList" :before-upload="(file) => beforeMusicUpload(file)" :on-success="uploadOnMusicSuccess">
<el-button size="small" class="iconfont-components3 icon-cp-shangc colorBtn"> 自定义上传</el-button> <el-button size="small" class="colorBtn mt5"><i class="iconfont-components3 icon-cp-shangc"></i> <span class="fz14"> 自定义上传</span> </el-button>
</el-upload> </el-upload>
</el-form-item> </el-form-item>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment