From 944d23b4d6f9ab1cf48770a867a2921b8dae62e5 Mon Sep 17 00:00:00 2001
From: dayou <853094838@qq.com>
Date: Thu, 12 Sep 2024 22:03:18 +0800
Subject: [PATCH] fix lint
---
web/src/materials/setters/widgets/QuotaConfig.vue | 11 +++++------
web/src/render/components/QuestionWrapper.vue | 1 -
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/web/src/materials/setters/widgets/QuotaConfig.vue b/web/src/materials/setters/widgets/QuotaConfig.vue
index e88cd39c..04140779 100644
--- a/web/src/materials/setters/widgets/QuotaConfig.vue
+++ b/web/src/materials/setters/widgets/QuotaConfig.vue
@@ -17,7 +17,7 @@
-
+
配额设置
@@ -95,7 +95,7 @@ const cancel = () => {
}
const confirm = () => {
dialogVisible.value = false
- // 更新选项
+ // 更新选项
handleQuotaChange()
emit(FORM_CHANGE_EVENT_KEY, {
options: optionData.value,
@@ -151,11 +151,11 @@ watch(
width: 90%;
display: flex;
justify-content: flex-end;
- :deep(.cell){
+ :deep(.cell) {
line-height: 35px;
}
- .quota-no-display{
- padding-top: 8px
+ .quota-no-display {
+ padding-top: 8px;
}
}
.quota-title {
@@ -169,7 +169,6 @@ watch(
color: #ffa600;
cursor: pointer;
font-size: 14px;
-
}
.dialog {
width: 41vw;
diff --git a/web/src/render/components/QuestionWrapper.vue b/web/src/render/components/QuestionWrapper.vue
index f113e37d..4152b33e 100644
--- a/web/src/render/components/QuestionWrapper.vue
+++ b/web/src/render/components/QuestionWrapper.vue
@@ -33,7 +33,6 @@ const props = defineProps({
return {}
}
}
- }
})
const emit = defineEmits(['change'])
const questionStore = useQuestionStore()