diff --git a/src/assets/scss/main.scss b/src/assets/scss/main.scss index 2f4537f..f95b389 100644 --- a/src/assets/scss/main.scss +++ b/src/assets/scss/main.scss @@ -93,5 +93,5 @@ body { .el-popper.is-light.type-popper, .el-popper.is-light>.el-popper__arrow:before{ background:#F5FAFF !important; padding: 0 !important; - border: 1px solid #4D6DE4 !important; + //border: 1px solid #4D6DE4 !important; } \ No newline at end of file diff --git a/src/components/common/Calendar.vue b/src/components/common/Calendar.vue index 795645b..148e691 100644 --- a/src/components/common/Calendar.vue +++ b/src/components/common/Calendar.vue @@ -69,7 +69,6 @@ const generateCalendarData = ( // 使用示例 const calendarData = generateCalendarData(currentYear, currentMonth); -console.log(calendarData); diff --git a/src/components/common/InputNumber.vue b/src/components/common/InputNumber.vue new file mode 100644 index 0000000..ca62878 --- /dev/null +++ b/src/components/common/InputNumber.vue @@ -0,0 +1,70 @@ + + + + + + \ No newline at end of file diff --git a/src/components/common/goods/GoodsDetail.vue b/src/components/common/goods/GoodsDetail.vue index 9cd3fbb..b5cca49 100644 --- a/src/components/common/goods/GoodsDetail.vue +++ b/src/components/common/goods/GoodsDetail.vue @@ -1,7 +1,8 @@