mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
Merge branch 'zcwy-zsx0223' into dev0223
This commit is contained in:
@@ -555,7 +555,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content" style="padding: 10px 35px;">
|
<div class="content back_color" style="padding: 10px 35px;">
|
||||||
<a-table
|
<a-table
|
||||||
:columns="columnsAdd"
|
:columns="columnsAdd"
|
||||||
:data-source="tableDataAdd"
|
:data-source="tableDataAdd"
|
||||||
@@ -1718,6 +1718,11 @@ import {downLoadZip} from "@/utils/zipdownload";
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<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 {
|
.file_updata {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -1785,7 +1790,7 @@ import {downLoadZip} from "@/utils/zipdownload";
|
|||||||
left: 120px !important;
|
left: 120px !important;
|
||||||
}
|
}
|
||||||
::v-deep .highlight-row{
|
::v-deep .highlight-row{
|
||||||
background: #4ea6ff !important;
|
background: #e7e7e7 !important;
|
||||||
}
|
}
|
||||||
.evaluationUpload{
|
.evaluationUpload{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user