1期toast提示ui调整

This commit is contained in:
赵依梦
2025-12-17 20:37:49 +08:00
parent 523b5fd801
commit 2389b06f28

View File

@@ -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;
} }