|
|
@@ -1168,20 +1168,26 @@ export default {
|
|
|
.action-row {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
- flex-wrap: wrap;
|
|
|
- gap: 10upx;
|
|
|
+ flex-wrap: nowrap;
|
|
|
margin-top: 22upx;
|
|
|
+ overflow-x: auto;
|
|
|
+}
|
|
|
+
|
|
|
+.action-row > view + view {
|
|
|
+ margin-left: 8upx;
|
|
|
}
|
|
|
|
|
|
.outline-action,
|
|
|
.solid-action {
|
|
|
min-height: 70upx;
|
|
|
- padding: 0 22upx;
|
|
|
+ padding: 0 16upx;
|
|
|
border-radius: 12upx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- font-size: 27upx;
|
|
|
+ flex-shrink: 0;
|
|
|
+ white-space: nowrap;
|
|
|
+ font-size: 26upx;
|
|
|
font-weight: 700;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
@@ -1200,7 +1206,7 @@ export default {
|
|
|
|
|
|
.outline-action text,
|
|
|
.solid-action text {
|
|
|
- margin-left: 8upx;
|
|
|
+ margin-left: 6upx;
|
|
|
}
|
|
|
|
|
|
.outline-action.disabled,
|
|
|
@@ -1262,6 +1268,12 @@ export default {
|
|
|
height: 36upx;
|
|
|
}
|
|
|
|
|
|
+.action-row .outline-action .action-icon,
|
|
|
+.action-row .solid-action .action-icon {
|
|
|
+ width: 32upx;
|
|
|
+ height: 32upx;
|
|
|
+}
|
|
|
+
|
|
|
.action-icon-white {
|
|
|
filter: brightness(0) invert(1);
|
|
|
}
|