Fix infobox style

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-03-07 14:54:58 +08:00
parent 0283cfb2bb
commit 4e831cbc5f
No known key found for this signature in database
GPG Key ID: EC774C32160918ED

View File

@ -196,6 +196,7 @@ export default {
<InfoBox <InfoBox
v-for="(driver, idx) in configArr" v-for="(driver, idx) in configArr"
:key="idx" :key="idx"
class="box"
> >
<button <button
:disabled="disableEdit(driver.key)" :disabled="disableEdit(driver.key)"