@@ -311,7 +311,7 @@
.goodsListBox {
// background: linear-gradient(to bottom, #e93323 0%, #e93323 100%);
background: linear-gradient(to bottom, var(--v-primary-base) 0%, var(--v-primary-base) 100%);
- border-radius: 4px;
+ border-radius: 1px;
}
.order-item {
color: #7a7a7a;
@@ -100,7 +100,7 @@
<style lang="scss" scoped>
.box {
background-color: var(--default-bgc);
- border-radius: 6px;
+ border-radius: 8px;
padding: 12px;
// border: 1px dashed #000000;