Commit dd566d98 by qinjianhui

fix: 样式修改

parent c129a4a6
...@@ -28,6 +28,7 @@ import { ...@@ -28,6 +28,7 @@ import {
Dropdown, Dropdown,
DropdownItem, DropdownItem,
DropdownMenu, DropdownMenu,
Tooltip,
} from 'element-ui' } from 'element-ui'
const components = [ const components = [
...@@ -55,6 +56,7 @@ const components = [ ...@@ -55,6 +56,7 @@ const components = [
Dropdown, Dropdown,
DropdownItem, DropdownItem,
DropdownMenu, DropdownMenu,
Tooltip,
] ]
export default { export default {
......
...@@ -780,27 +780,27 @@ export default { ...@@ -780,27 +780,27 @@ export default {
&::v-deep { &::v-deep {
.order-blue { .order-blue {
background-color: #29b6f6 !important; background-color: #409EFF !important;
color: #fff; color: #fff;
} }
.order-red { .order-red {
background-color: #f44336 !important; background-color: #F56C6C !important;
color: #fff; color: #fff;
} }
.order-green { .order-green {
background-color: #4caf50 !important; background-color: #67C23A !important;
color: #fff; color: #fff;
} }
.order-orange { .order-orange {
background-color: #FB8C00 !important; background-color: #E6A23C !important;
color: #fff; color: #fff;
} }
.order-grey { .order-grey {
background-color: #bdbdbd !important; background-color: #909399 !important;
color: #fff; color: #fff;
} }
.set-blue { .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