历史数据:修改模板选择框显示样式
This commit is contained in:
parent
12b809879c
commit
959673b011
@ -28,7 +28,7 @@
|
|||||||
<template #default>
|
<template #default>
|
||||||
<div class="templateOption">
|
<div class="templateOption">
|
||||||
<span>{{ v.name }}</span>
|
<span>{{ v.name }}</span>
|
||||||
<el-icon :size="18" style="color: red" @click="delTemplate(v.id)">
|
<el-icon :size="18" style="color: red" @click.stop="delTemplate(v.id)">
|
||||||
<Delete />
|
<Delete />
|
||||||
</el-icon>
|
</el-icon>
|
||||||
</div>
|
</div>
|
||||||
@ -849,11 +849,6 @@ const exportExcel = () => {
|
|||||||
width: 200px;
|
width: 200px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
.templateOption {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: space-between;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.pointSelect {
|
.pointSelect {
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
@ -965,4 +960,9 @@ const exportExcel = () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.templateOption {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user