forked from mrwill84/DOClever
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon.css
More file actions
executable file
·114 lines (97 loc) · 1.68 KB
/
common.css
File metadata and controls
executable file
·114 lines (97 loc) · 1.68 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
body {
width: 100%;
overflow-x: hidden;
margin: 0;
padding: 0;
background-color: rgb(247,246,242)
}
.container{
margin: 0;
padding: 0;
width: 100%;
height:100%;
}
[v-cloak]{
display: none;
}
.row{
margin: 0;
padding: 0;
width: 100%;
}
.col{
margin: 0;
padding: 0;
height: 100%;
}
.file {
position: relative;
display: inline-block;
background-color: #20A0FF;
border: 1px solid #99D3F5;
border-radius: 4px;
padding: 4px 12px;
overflow: hidden;
color: white;
text-decoration: none;
text-indent: 0;
line-height: 20px;
}
.file input {
position: absolute;
font-size: 100px;
right: 0;
top: 0;
opacity: 0;
}
.file:hover {
background: #AADFFD;
border-color: #78C3F3;
color: #004974;
text-decoration: none;
}
.table-hover tr:hover
{
background-color:rgb(247,246,242) ;
}
.el-textarea
{
vertical-align:baseline ;
}
.el-input__inner{
display:inline-block;
}
.el-textarea__inner{
display: inline-block;
height: 100%;
vertical-align: middle;
}
td {
padding: 0;
}
.my-autocomplete {
}
.my-autocomplete li {
line-height: normal;
padding: 7px;
}
.my-autocomplete li .value {
text-overflow: ellipsis;
overflow: hidden;
}
.my-autocomplete li .remark {
font-size: 12px;
color: #b4b4b4;
}
.my-autocomplete li .highlighted .remark {
color: #ddd;
}
.el-tree-node__content>.el-checkbox {
vertical-align:inherit;
}
div.el-tree-node__content {
overflow: hidden;
}
* {
font-family: "Microsoft YaHei";
}