Commit 0e97ae42 by crushh

update: 按钮颜色

parent 9f46b558
......@@ -41,7 +41,7 @@
</el-checkbox>
</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-button size="small" class="iconfont-components3 icon-cp-shangc"> 自定义上传</el-button>
<el-button size="small" class="iconfont-components3 icon-cp-shangc colorBtn"> 自定义上传</el-button>
</el-upload>
</el-form-item>
</div>
......@@ -755,5 +755,8 @@ export default {
line-height: 14px;
}
}
.colorBtn{
color:#2f54eb;
border-color: #2f54eb;
}
</style>
\ No newline at end of file
......@@ -18,7 +18,7 @@
<el-button type="primary" @click="addTemplate()">新增模板</el-button>
</el-row>
</el-row>
<el-table row-key="sort" ref="sortTable" row-class-name="table-row" :data="list" style="margin-top: 20px" v-loading="loading">
<el-table row-key="sort" ref="sortTable" row-class-name="table-row" :data="list" style="margin-top: 20px;" v-loading="loading">
<el-table-column width="40" label-class-name="tag-head">
<template>
<el-tooltip placement="top" content="拖动排序" trigger="hover" effect="dark" popper-class="drag-tooltip">
......@@ -33,7 +33,7 @@
<el-switch v-model="row.statusFlag" @change="handleSwitch(row.statusFlag, row.templateId)" :active-value="1" :inactive-value="0"></el-switch>
</template>
</el-table-column>
<el-table-column label="操作" min-width="255px">
<el-table-column label="操作" min-width="155px">
<template slot-scope="{ row }">
<el-row type="flex">
<el-button type="text" @click="edit(row)">编辑</el-button>
......
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