@jx3box/jx3box-editor 1.3.4 → 1.3.5
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.
- package/assets/css/resource.less +7 -3
- package/package.json +1 -1
package/assets/css/resource.less
CHANGED
|
@@ -218,14 +218,18 @@
|
|
|
218
218
|
position: sticky;
|
|
219
219
|
z-index: 100;
|
|
220
220
|
top: 0px;
|
|
221
|
-
padding:10px 20px 10px
|
|
221
|
+
padding:10px 20px 10px 20px;
|
|
222
222
|
background-color:#fff;
|
|
223
223
|
.pr;
|
|
224
224
|
|
|
225
225
|
.u-client{
|
|
226
|
-
.pa;.lt(20px,10px);
|
|
226
|
+
// .pa;.lt(20px,10px);
|
|
227
227
|
}
|
|
228
|
-
.u-input{
|
|
228
|
+
.u-input{
|
|
229
|
+
flex:1;
|
|
230
|
+
margin-left:15px;
|
|
231
|
+
}
|
|
232
|
+
display: flex;
|
|
229
233
|
}
|
|
230
234
|
|
|
231
235
|
.m-database-tabs {
|