mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 17:36:44 +08:00
测评上传列表选中颜色修改
This commit is contained in:
@@ -555,7 +555,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content" style="padding: 10px 35px;">
|
||||
<div class="content back_color" style="padding: 10px 35px;">
|
||||
<a-table
|
||||
:columns="columnsAdd"
|
||||
:data-source="tableDataAdd"
|
||||
@@ -1718,6 +1718,11 @@ import {downLoadZip} from "@/utils/zipdownload";
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.back_color{
|
||||
::v-deep .ant-table-wrapper .ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td{
|
||||
background: initial;
|
||||
}
|
||||
}
|
||||
.file_updata {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -1785,7 +1790,7 @@ import {downLoadZip} from "@/utils/zipdownload";
|
||||
left: 120px !important;
|
||||
}
|
||||
::v-deep .highlight-row{
|
||||
background: #4ea6ff !important;
|
||||
background: #e7e7e7 !important;
|
||||
}
|
||||
.evaluationUpload{
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user