style.css 740 Bytes
[v-cloak] {
    display: none;
}
.content{
    padding: 20px 20px 20px 20px;
    background-color: #ffffff;
    height: 100vh;
    width: 95vw;
}
.content-top-title{
    font-size: 16px;
    color: #252525;
}
.content-top-form{
    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__inner {
    height: 34px;
}

.hide {
    display: none!important;
}
.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%;
}