diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss index b296022..b1cb800 100644 --- a/src/styles/element-ui.scss +++ b/src/styles/element-ui.scss @@ -109,3 +109,24 @@ border-top: 0px solid rgba(255, 255, 255, 0.1) !important; border-right: 0px solid rgba(255, 255, 255, 0.1) !important; } +::v-deep{ + .row-green { + background-color: #00FF00; + // color: #fff; + } + .row-red{ + background-color: red; + // color: #fff; + } + .row-yellow{ + background-color: yellow; + // color: #fff; + } +} +.row-red{ + background-color: #Ffc0cb; +} +.row-yellow{ + background-color: #FFFF00; + // color: #fff; +}