@fonixtree/magic-design 2.0.6 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
min-height: 100%;
|
|
7
7
|
background-color: #FFF;
|
|
8
8
|
border-radius: 4px;
|
|
9
|
+
&::-webkit-scrollbar {
|
|
10
|
+
width: 0;
|
|
11
|
+
height: 0;
|
|
12
|
+
}
|
|
9
13
|
.history_header {
|
|
10
14
|
font-size: 14px;
|
|
11
15
|
display: flex;
|
|
@@ -16,6 +20,7 @@
|
|
|
16
20
|
padding: 0 16px;
|
|
17
21
|
max-height: calc(100vh - 200px);
|
|
18
22
|
overflow: scroll;
|
|
23
|
+
|
|
19
24
|
.historyNode {
|
|
20
25
|
cursor: pointer;
|
|
21
26
|
border: 2px solid transparent;
|
|
@@ -124,21 +124,5 @@
|
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
|
-
.right_wrap {
|
|
128
|
-
overflow: scroll;
|
|
129
|
-
width: 132px;
|
|
130
|
-
min-height: 100%;
|
|
131
|
-
background-color: #FFF;
|
|
132
|
-
border-radius: 4px;
|
|
133
|
-
padding: 16px;
|
|
134
|
-
.right_header {
|
|
135
|
-
display: flex;
|
|
136
|
-
justify-content: space-between;
|
|
137
|
-
}
|
|
138
|
-
&::-webkit-scrollbar-track {
|
|
139
|
-
background: #f3f4f9;
|
|
140
|
-
border-radius: 2px;
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
127
|
}
|
|
144
128
|
}
|
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
min-height: 100%;
|
|
7
7
|
background-color: #FFF;
|
|
8
8
|
border-radius: 4px;
|
|
9
|
+
&::-webkit-scrollbar {
|
|
10
|
+
width: 0;
|
|
11
|
+
height: 0;
|
|
12
|
+
}
|
|
9
13
|
.history_header {
|
|
10
14
|
font-size: 14px;
|
|
11
15
|
display: flex;
|
|
@@ -16,6 +20,7 @@
|
|
|
16
20
|
padding: 0 16px;
|
|
17
21
|
max-height: calc(100vh - 200px);
|
|
18
22
|
overflow: scroll;
|
|
23
|
+
|
|
19
24
|
.historyNode {
|
|
20
25
|
cursor: pointer;
|
|
21
26
|
border: 2px solid transparent;
|
|
@@ -124,21 +124,5 @@
|
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
|
-
.right_wrap {
|
|
128
|
-
overflow: scroll;
|
|
129
|
-
width: 132px;
|
|
130
|
-
min-height: 100%;
|
|
131
|
-
background-color: #FFF;
|
|
132
|
-
border-radius: 4px;
|
|
133
|
-
padding: 16px;
|
|
134
|
-
.right_header {
|
|
135
|
-
display: flex;
|
|
136
|
-
justify-content: space-between;
|
|
137
|
-
}
|
|
138
|
-
&::-webkit-scrollbar-track {
|
|
139
|
-
background: #f3f4f9;
|
|
140
|
-
border-radius: 2px;
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
127
|
}
|
|
144
128
|
}
|