订单结算修改

This commit is contained in:
2025-11-11 18:27:56 +08:00
parent e8c93e8ddb
commit 378cddb582
28 changed files with 7664 additions and 5613 deletions

View File

@@ -403,4 +403,13 @@ text {
::v-deep .u-m-t-16 .u-textarea{
border-width: 1px!important;
}
/* #ifdef H5 */
.u-flex, .u-flex-row, .u-flex-x, .up-flex, .up-flex-row, .up-flex-x{
// flex-direction: row;
}
/* #endif */
.u-flex-col{
flex-direction: column!important;
}