ros.grant.common 2.0.1017 → 2.0.1021
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.
|
@@ -243,12 +243,15 @@
|
|
|
243
243
|
align-items: center;
|
|
244
244
|
justify-content: space-between;
|
|
245
245
|
flex-wrap: wrap;
|
|
246
|
-
|
|
247
|
-
|
|
246
|
+
max-width: 1096px;
|
|
247
|
+
margin: 0 auto;
|
|
248
|
+
margin-bottom: 8px;
|
|
249
|
+
|
|
248
250
|
h1 {
|
|
249
|
-
font-weight:
|
|
250
|
-
font-size:
|
|
251
|
-
|
|
251
|
+
font-weight: bold;
|
|
252
|
+
font-size: 24px;
|
|
253
|
+
line-height: 32px;
|
|
254
|
+
margin-bottom: 8px;
|
|
252
255
|
margin-top: 0;
|
|
253
256
|
padding: 0;
|
|
254
257
|
line-height: 1;
|
|
@@ -154,9 +154,6 @@
|
|
|
154
154
|
|
|
155
155
|
.sub-menu {
|
|
156
156
|
display: none;
|
|
157
|
-
padding-bottom: 10px;
|
|
158
|
-
padding-left: 0px;
|
|
159
|
-
background: #fff;
|
|
160
157
|
|
|
161
158
|
li {
|
|
162
159
|
|
|
@@ -207,7 +204,7 @@
|
|
|
207
204
|
|
|
208
205
|
.sidebar-footer {
|
|
209
206
|
background: #fff;
|
|
210
|
-
border: 1px solid
|
|
207
|
+
border-top: 1px solid var(--Stroke);
|
|
211
208
|
clear: both;
|
|
212
209
|
bottom: 0;
|
|
213
210
|
display: flex;
|
|
@@ -215,7 +212,7 @@
|
|
|
215
212
|
margin: 0 !important;
|
|
216
213
|
padding-left: 30px;
|
|
217
214
|
position: fixed;
|
|
218
|
-
width:
|
|
215
|
+
width: 280px;
|
|
219
216
|
z-index: 1000;
|
|
220
217
|
transition: 0.5s;
|
|
221
218
|
|
|
@@ -7,13 +7,11 @@
|
|
|
7
7
|
&__th-wrapper {
|
|
8
8
|
display: flex;
|
|
9
9
|
cursor: pointer;
|
|
10
|
+
word-break: inherit;
|
|
11
|
+
align-items: flex-end;
|
|
10
12
|
|
|
11
13
|
span {
|
|
12
|
-
|
|
13
|
-
white-space: nowrap;
|
|
14
|
-
overflow: hidden;
|
|
15
|
-
text-overflow: ellipsis;
|
|
16
|
-
font-weight: bold;
|
|
14
|
+
word-break: inherit;
|
|
17
15
|
}
|
|
18
16
|
}
|
|
19
17
|
|
|
@@ -130,11 +128,14 @@
|
|
|
130
128
|
padding: 8px;
|
|
131
129
|
max-width: 340px;
|
|
132
130
|
vertical-align: top;
|
|
131
|
+
|
|
133
132
|
}
|
|
134
133
|
|
|
135
134
|
th {
|
|
136
135
|
padding: 8px;
|
|
137
|
-
vertical-align:
|
|
136
|
+
vertical-align: bottom;
|
|
137
|
+
word-break: inherit;
|
|
138
|
+
font-weight: bold;
|
|
138
139
|
|
|
139
140
|
svg {
|
|
140
141
|
margin-left: 8px;
|
package/package.json
CHANGED