style: 字典管理 字典类型 表格选中行增加bold效果
This commit is contained in:
parent
e5fa32bbae
commit
456f0e1112
@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
- 测试菜单 请假申请 选中删除 需要根据状态判断
|
- 测试菜单 请假申请 选中删除 需要根据状态判断
|
||||||
|
|
||||||
|
**OTHER**
|
||||||
|
|
||||||
|
- 字典管理 字典类型 表格选中行增加bold效果
|
||||||
|
|
||||||
# 1.2.3
|
# 1.2.3
|
||||||
|
|
||||||
**BUG FIX**
|
**BUG FIX**
|
||||||
|
@ -196,3 +196,14 @@ function handleDownloadExcel() {
|
|||||||
<DictTypeModal @reload="tableApi.query()" />
|
<DictTypeModal @reload="tableApi.query()" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
div#dict-type {
|
||||||
|
.vxe-body--row {
|
||||||
|
&.row--current {
|
||||||
|
// 选中行bold
|
||||||
|
@apply font-semibold;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user