diff --git a/src/components/Bill/BillDrawer.vue b/src/components/Bill/BillDrawer.vue index 0386c8d..57a1bc8 100644 --- a/src/components/Bill/BillDrawer.vue +++ b/src/components/Bill/BillDrawer.vue @@ -32,13 +32,13 @@ - - +
@@ -91,7 +91,7 @@ import { useBillStore } from '@/store/bill.ts' import { Location, Document } from '@element-plus/icons-vue' import { ElMessage, FormRules, UploadUserFile } from 'element-plus' import { billRecordRules } from '@/utils/element/elRules.ts' -import { nextTick, onMounted, reactive, ref, watch } from 'vue' +import { nextTick, reactive, ref, watch } from 'vue' import { IBillCategory } from '@/types/bill.ts' import { commonElMessageBox } from 'vue3-common/utils/elUtil' import NumberInput from '@/components/NumberInput.vue' @@ -244,9 +244,14 @@ const deleteClick = () => { } .bill-category-group { - display: grid; - grid-template-columns: repeat(3, 1fr); - column-gap: 10px; + display: flex; + gap: 2px; + + .el-radio-button { + .el-radio-button__inner { + border: none; + } + } } .bill-gap {