|
|
@@ -1174,7 +1174,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.supplier-name {
|
|
|
- font-size: 32upx;
|
|
|
+ font-size: 34upx;
|
|
|
color: #333;
|
|
|
flex: 1;
|
|
|
font-weight: 500;
|
|
|
@@ -1191,7 +1191,7 @@ export default {
|
|
|
|
|
|
.supplier-notice-tip {
|
|
|
display: block;
|
|
|
- font-size: 38upx;
|
|
|
+ font-size: 40upx;
|
|
|
font-weight: bold;
|
|
|
color: red;
|
|
|
margin-bottom: 30upx;
|
|
|
@@ -1202,14 +1202,6 @@ export default {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
gap: 20upx;
|
|
|
-
|
|
|
- .admin-button-com {
|
|
|
- flex: 1;
|
|
|
- margin: 0;
|
|
|
- padding: 20upx 0;
|
|
|
- height: auto;
|
|
|
- line-height: normal;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|