style.css
740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[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%;
}