62cc97c9 by 任超

style:样式修改

1 parent 3e3fcd29
......@@ -125,11 +125,6 @@
background-color: rgb(162, 164, 167);
}
// element 样式补丁
.el-menu--horizontal {
border-bottom: none !important;
}
.el-radio-group {
.el-radio-button__inner {
height: 36px;
......@@ -228,4 +223,9 @@
position: relative;
top: 2px;
}
}
// 弹框层级
.messageIndex {
z-index: 8000 !important;
}
\ No newline at end of file
......
......@@ -328,8 +328,8 @@ aside {
.prohibit .suspend {
position: relative;
margin: 0 auto;
text-align: left;
padding-left: 13px;
text-align: center;
min-width: 30px;
}
.allow {
......@@ -344,30 +344,6 @@ aside {
color: $yellow;
}
.allow::before {
content: '';
position: absolute;
left: 5px;
top: 45%;
background-color: $green;
display: inline-block; // 此句为css样式展示重点🏁
width: 5px;
height: 5px;
border-radius: 50%;
}
.prohibit::before {
content: '';
position: absolute;
left: 5px;
top: 45%;
background-color: $pink;
display: inline-block; // 此句为css样式展示重点🏁
width: 5px;
height: 5px;
border-radius: 50%;
}
.suspend::before {
content: '';
position: absolute;
......
......@@ -58,7 +58,8 @@ service.interceptors.response.use(
Message({
message: '服务器异常,请联系管理员',
type: 'error',
duration: 5 * 1000
duration: 5 * 1000,
customClass: 'messageIndex'
})
return Promise.reject(error);
}
......
......@@ -32,7 +32,7 @@ class data extends filter {
},
{
label: "是否允许修改",
width: '150',
width: '110',
render: (h, scope) => {
return (
<div>
......