WYB
2021-03-22 91b8cdad021ab052e4991f3d41834a6f0ddc36b8
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
.el-button--primary {
    background-color: #f90;
    color: #f3f7fc;
    border: 1px solid #f90;
}
 
.el-button--primary:hover,
.el-button--primary:focus,
.el-button--primary:visited {
    background-color: rgb(241, 118, 16);
    border: 1px solid rgb(241, 118, 16);
}
 
.el-button--primary.is-disabled,
.el-button--primary.is-disabled:hover,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:visited {
    background-color: #fcc;
    color: #333;
    border: 1px solid #fcc;
}
 
.inputuploadtext {
    float: left;
    width: 120px;
    margin-right: 10px;
}
 
.inputuploadbutton {
    float: left;
    padding: 10px 10px;
}
 
.el-scrollbar__view{
    height:100%;
}