@@ -25,6 +25,7 @@
.van-dialog__message {
font-size: 16px;
color: #333;
+ font-weight: 500;
line-height: 22px;
}
.van-dialog__cancel,
@@ -200,7 +200,7 @@
// justify-content: center;
flex: 1 0 auto;
// width: 96px;
- min-height: 120px;
+ min-height: 116px;
box-sizing: border-box;
background: #ffffff;
border-radius: 12px;
@@ -224,7 +224,7 @@
.priceGroup {
display: flex;
align-items: baseline;
- padding: 19px 12px 9px;
+ padding: 25px 12px 9px;
.price {
font-size: 28px;
@@ -429,6 +429,7 @@ input {
font-size: 14px;
color: #333333;
+ height: 32px;
line-height: 32px;
display: inline-flex;
align-items: center;
@@ -78,7 +78,7 @@
padding-top: 15px;
-
+ font-weight: 400;
p {
margin-bottom: 10px;
@@ -235,7 +235,7 @@ export default defineComponent({
<Picker
columns={state.classList}
columnsFieldNames={{ text: 'name', value: 'value' }}
- onCancel={() => (state.showPopoverOrchestra = false)}
+ onCancel={() => (state.showPopoverClass = false)}
onConfirm={checkClass}
/>
</Popup>