@jx3box/jx3box-common-ui 6.7.1 → 6.7.2
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/header.less +3 -3
- package/package.json +1 -1
package/assets/css/header.less
CHANGED
|
@@ -394,7 +394,7 @@ body {
|
|
|
394
394
|
.u-msg {
|
|
395
395
|
display: block;
|
|
396
396
|
// height: 32px;
|
|
397
|
-
padding: 27px
|
|
397
|
+
padding: 27px 10px 20px 10px;
|
|
398
398
|
&:hover {
|
|
399
399
|
opacity: 0.7;
|
|
400
400
|
}
|
|
@@ -611,13 +611,13 @@ body {
|
|
|
611
611
|
|
|
612
612
|
.u-post {
|
|
613
613
|
.db;
|
|
614
|
-
padding: 24px
|
|
614
|
+
padding: 24px 10px;
|
|
615
615
|
}
|
|
616
616
|
|
|
617
617
|
.u-add {
|
|
618
618
|
fill: #fff;
|
|
619
619
|
vertical-align: middle;
|
|
620
|
-
margin-right: 4px;
|
|
620
|
+
// margin-right: 4px;
|
|
621
621
|
}
|
|
622
622
|
|
|
623
623
|
&.on {
|