style.css 1.72 KB
[v-cloak] {
    display: none;
}
.left{
    background-color: #ffffff;
    padding: 20px 5px 20px 20px;
    color: #000000;
    height: 95vh;
}
.left-title{
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
}
.left-search{
    padding: 5px 20px 5px 5px;
}
.right{
    padding: 20px 20px 20px 20px;
    background-color: #ffffff;
    margin-left: 15px;
    height: 100vh;
}
.right-title{
    padding: 5px 0 10px 5px;
}
.right-content{
    padding: 20px 0 0 5px;
}
.right-content-form{
    display: flex;
    flex-direction:row-reverse;
    height: 50px;
}
.right-content-button{
    display: flex;
    flex-direction:row-reverse;
    padding: 10px 12px 15px 5px;
}
.ztbefore:before{
    content:'';
    width:8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #52C41A;
    display: inline-block;
}
.zt2before:before{
    content:'';
    width:8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #F5151E;
    display: inline-block;
}
.planData-table-page{
    margin-top: 10px;
    width: 100%;
    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;
}
.el-input--suffix .el-input__inner {
    padding-right: 30px;
    height: 32px;
}
.el-range-editor.el-input__inner {
    padding: 0;
    height: 32px;
}
.el-table__header-wrapper {
    overflow: hidden;
    height: 40px;
}
.el-dialog {
    position: relative;
    margin: 0 auto 50px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-sizing: border-box;
    width: 30%;
}