修改bug

This commit is contained in:
‘937886381’
2024-04-25 17:14:16 +08:00
parent ec550f22ec
commit ef3f5d3fe7
5 changed files with 27 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2024-04-18 10:01:33
* @LastEditTime: 2024-04-25 13:40:51
* @LastEditTime: 2024-04-25 17:13:14
* @LastEditors: zhp
* @Description:
-->
@@ -493,6 +493,10 @@ export default {
};
</script>
<style scoped>
.baseTable {
border-color: #D1D4DB;
background-color: #F2F4F9;
}
::v-deep.baseTable .el-table__body tr.current-row>td.el-table__cell {
background-color: #EAF1FC;
}