按钮样式

master
xuWorkEmai 4 years ago
parent 94894ae521
commit 6fb8a5eb91

@ -5,10 +5,10 @@ VUE_APP_TITLE = '厂房出租管理平台'
ENV = 'development'
# 管理系统/开发环境-本地
VUE_APP_BASE_API = ''
# VUE_APP_BASE_API = ''
# 管理系统/开发环境-服务器
# VUE_APP_BASE_API = 'http://39.101.188.84:9007'
VUE_APP_BASE_API = 'http://39.101.188.84:9007'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true

@ -108,10 +108,7 @@ body {
// border-color: none !important;
// color: none !important;
// }
.el-button.is-plain:hover {
border: 0px !important;
color: white !important;
}
.btn_eldefault {
min-width: 71px;
color: white !important;
@ -119,6 +116,8 @@ body {
height: 26px;
}
.btn_eldefault:hover {
border: 0px !important;
color: white !important;
background: #909399 !important;
}
.btn_new {
@ -128,6 +127,8 @@ body {
color: white;
}
.btn_new:hover {
border: 0px !important;
color: white !important;
background-color: #0081ff !important;
}
.btn_xiugai:disabled {
@ -136,6 +137,8 @@ body {
color: white !important;
}
.btn_xiugai:hover {
border: 0px !important;
color: white !important;
background-color: #e6a23c !important;
}
.btn_xiugai {
@ -150,6 +153,8 @@ body {
opacity: 0.5;
}
.btn_sanchu:hover {
border: 0px !important;
color: white !important;
background-color: #f56c6c !important;
}
.btn_sanchu {
@ -159,6 +164,8 @@ body {
background-color: #f56c6c;
}
.btn_sanchu:hover {
border: 0px !important;
color: white !important;
background-color: #f56c6c !important;
}
.btn_chu {
@ -168,6 +175,8 @@ body {
background-color: #23b899;
}
.btn_chu:hover {
border: 0px !important;
color: white !important;
background-color: #23b899 !important;
}
// label

Loading…
Cancel
Save