modelSystemView.css
369 Bytes
[v-cloak] {
display: none;
}
.top{
padding: 5px 10px 10px 10px;
width: 97vw;
}
.top-title{
font-size: 16px;
color: #000000;
}
.top-button{
display: flex;
flex-direction: row-reverse;
}
.el-button--primary.is-plain {
color: #409EFF;
background: #fff;
border-color: #409eff;
height: 32px;
}
.el-button{
padding: 5px 10px;
}