Commit 2983c854 authored by 小费同学阿's avatar 小费同学阿 💬

66896 【UI】列表样式、按钮icon、间距、边距、对齐、进度样式问题

parent 6193e84c
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8" height="8" viewBox="0 0 8 8"><defs><style>.a,.c,.d,.e{fill:none;}.b{isolation:isolate;clip-path:url(#a);}.c,.d,.e{stroke:currentColor;stroke-linejoin:round;stroke-width:0.65px;}.c,.e{stroke-linecap:round;}.c{fill-rule:evenodd;}</style><clipPath id="a"><rect class="a" width="8" height="8"/></clipPath></defs><g class="b"><g transform="translate(-4.675 -5.589)"><path class="c" d="M7.9,5.914H9.445V7.576h2.9V9.238H5V7.576H7.9Z" transform="translate(0 0)"/><path class="d" d="M8,26.019h6.1V22H8Z" transform="translate(-2.377 -12.761)"/><path class="e" d="M16,35.157V33.914" transform="translate(-8.874 -21.921)"/><path class="e" d="M24,35.144V33.9" transform="translate(-15.328 -21.908)"/><path class="e" d="M32,35.157V33.914" transform="translate(-21.782 -21.921)"/><path class="e" d="M12,40h4.435" transform="translate(-5.546 -26.742)"/></g></g></svg>
......@@ -691,7 +691,7 @@ color: #333333;"
type="danger"
@click="handleClearRow(scope.row, 'stockDispenseOutboundList','clear-medication')"
>
<svg-icon icon-class="liebiao_icon_shanchu" />
<svg-icon icon-class="qingkong" />
清空
</el-button>
</template>
......@@ -899,6 +899,18 @@ color: #333333;"
<svg-icon icon-class="liebiao_icon_shanchu" />
删除
</el-button>
<el-button
v-if="scope.row.isAdd"
id="clear-check"
plain
size="mini"
class="el-button--error--solid"
type="danger"
@click="handleClearRow(scope.row, 'checkManageBos','clear-check')"
>
<svg-icon icon-class="qingkong" />
清空
</el-button>
</template>
</el-table-column>
</el-table>
......@@ -1089,6 +1101,18 @@ color: #333333;"
<svg-icon icon-class="liebiao_icon_shanchu" />
删除
</el-button>
<el-button
v-if="scope.row.isAdd"
id="clear-therapy"
plain
size="mini"
class="el-button--error--solid"
type="danger"
@click="handleClearRow(scope.row, 'treatManageBo','clear-therapy')"
>
<svg-icon icon-class="qingkong" />
清空
</el-button>
</template>
</el-table-column>
</el-table>
......@@ -1806,7 +1830,7 @@ export default {
/* 清空按钮方法 */
handleClearRow(row, listName, removeButtonId) {
// 删除信息行
this.$confirm('是否确认删除此条数据,删除后不可恢复', '删除', {
this.$confirm('是否确认清空此条数据,清空后不可恢复', '清空', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
......
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