Commit dd566d98 by qinjianhui

fix: 样式修改

parent c129a4a6
......@@ -28,6 +28,7 @@ import {
Dropdown,
DropdownItem,
DropdownMenu,
Tooltip,
} from 'element-ui'
const components = [
......@@ -55,6 +56,7 @@ const components = [
Dropdown,
DropdownItem,
DropdownMenu,
Tooltip,
]
export default {
......
......@@ -780,27 +780,27 @@ export default {
&::v-deep {
.order-blue {
background-color: #29b6f6 !important;
background-color: #409EFF !important;
color: #fff;
}
.order-red {
background-color: #f44336 !important;
background-color: #F56C6C !important;
color: #fff;
}
.order-green {
background-color: #4caf50 !important;
background-color: #67C23A !important;
color: #fff;
}
.order-orange {
background-color: #FB8C00 !important;
background-color: #E6A23C !important;
color: #fff;
}
.order-grey {
background-color: #bdbdbd !important;
background-color: #909399 !important;
color: #fff;
}
.set-blue {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment