提交 17d826ed authored 作者: lidongxu's avatar lidongxu

refactor(promotion/display_schedule): 修复:店内执行上报_填报模式_操作单元格背景色更改

上级 d9c2d84e
...@@ -68,9 +68,6 @@ $--color-info: #909399; ...@@ -68,9 +68,6 @@ $--color-info: #909399;
} }
/*************** CSS变量定义 ***************/ /*************** CSS变量定义 ***************/
// 亮和暗通用变量
:root {}
/* 亮色模式变量 */ /* 亮色模式变量 */
html { html {
--el-gray-1: rgba(0, 0, 0, 0.45); --el-gray-1: rgba(0, 0, 0, 0.45);
...@@ -83,6 +80,7 @@ html { ...@@ -83,6 +80,7 @@ html {
// 表格相关 // 表格相关
--el-timeout-row: rgb(235, 235, 235); // 表格过期行颜色 --el-timeout-row: rgb(235, 235, 235); // 表格过期行颜色
--el-background-editor-cell: #b2ddef; // 表格编辑单元格背景颜色
// 侧边栏 // 侧边栏
--sidebar-bg: #{$menuBg}; // 侧边栏 --sidebar-bg: #{$menuBg}; // 侧边栏
...@@ -95,6 +93,7 @@ html { ...@@ -95,6 +93,7 @@ html {
// splitpanes 默认背景颜色 // splitpanes 默认背景颜色
--splitpanes-default-bg: #ffffff; --splitpanes-default-bg: #ffffff;
} }
/* 暗黑模式变量 */ /* 暗黑模式变量 */
......
...@@ -156,10 +156,11 @@ const getTableList = () => { ...@@ -156,10 +156,11 @@ const getTableList = () => {
<style scoped <style scoped
lang="scss"> lang="scss">
/* 工具栏 */ /* 工具栏 */
.el-row{ .el-row {
.el-form-item{ .el-form-item {
.tip-title{ .tip-title {
font-size: 32px; font-size: 32px;
color: red; color: red;
margin-left: 50px; margin-left: 50px;
...@@ -211,16 +212,18 @@ const getTableList = () => { ...@@ -211,16 +212,18 @@ const getTableList = () => {
.el-select { .el-select {
width: 100% !important; width: 100% !important;
padding: 10px; padding: 10px;
background-color: var(--el-background-editor-cell);
} }
.el-input { .el-input {
padding: 10px; padding: 10px;
background-color: var(--el-background-editor-cell);
} }
.date-picker { .date-picker {
width: 100%; width: 100%;
padding: 10px; padding: 10px;
background-color: rgb(227, 136, 136); background-color: var(--el-background-editor-cell);
::v-deep(.el-input) { ::v-deep(.el-input) {
width: 100%; width: 100%;
......
...@@ -1211,10 +1211,5 @@ ...@@ -1211,10 +1211,5 @@
} }
} }
.el-select{
background-color: rgb(227, 136, 136);
}
.el-input{
background-color: rgb(227, 136, 136);
}
</style> </style>
\ No newline at end of file
...@@ -968,15 +968,4 @@ ...@@ -968,15 +968,4 @@
} }
} }
.el-select {
background-color: rgb(227, 136, 136);
}
.el-input {
background-color: rgb(227, 136, 136);
}
.date-picker{
background-color: rgb(227, 136, 136);
}
</style> </style>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论