fix lint
This commit is contained in:
parent
238f2a8613
commit
944d23b4d6
@ -17,7 +17,7 @@
|
|||||||
<div v-html="cleanRichTextWithMediaTag(scope.row.text)"></div>
|
<div v-html="cleanRichTextWithMediaTag(scope.row.text)"></div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column property="quota" style="width: 50%;">
|
<el-table-column property="quota" style="width: 50%">
|
||||||
<template #header>
|
<template #header>
|
||||||
<div style="display: flex; align-items: center">
|
<div style="display: flex; align-items: center">
|
||||||
<span>配额设置</span>
|
<span>配额设置</span>
|
||||||
@ -155,7 +155,7 @@ watch(
|
|||||||
line-height: 35px;
|
line-height: 35px;
|
||||||
}
|
}
|
||||||
.quota-no-display {
|
.quota-no-display {
|
||||||
padding-top: 8px
|
padding-top: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.quota-title {
|
.quota-title {
|
||||||
@ -169,7 +169,6 @@ watch(
|
|||||||
color: #ffa600;
|
color: #ffa600;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.dialog {
|
.dialog {
|
||||||
width: 41vw;
|
width: 41vw;
|
||||||
|
@ -33,7 +33,6 @@ const props = defineProps({
|
|||||||
return {}
|
return {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
})
|
})
|
||||||
const emit = defineEmits(['change'])
|
const emit = defineEmits(['change'])
|
||||||
const questionStore = useQuestionStore()
|
const questionStore = useQuestionStore()
|
||||||
|
Loading…
Reference in New Issue
Block a user