mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 15:26:45 +08:00
1期toast提示ui调整
This commit is contained in:
@@ -1288,7 +1288,7 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
.no-wrap {
|
.no-wrap {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
@@ -1475,7 +1475,7 @@ export default {
|
|||||||
display: none; /* Chrome, Safari, Opera*/
|
display: none; /* Chrome, Safari, Opera*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-table .el-table__header-wrapper .el-table__header th {
|
::v-deep.el-table .el-table__header-wrapper .el-table__header th {
|
||||||
background: rgba(66, 132, 247, 0.1);
|
background: rgba(66, 132, 247, 0.1);
|
||||||
color: #60769D;
|
color: #60769D;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user