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

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

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