Skip to content

Commit

Permalink
chore: eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Souma-Sumire committed Nov 18, 2024
1 parent c534c90 commit 5bb496e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/okDncDance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ onMounted(() => {
</script>

<template>
<div bg-white p-l-3>
<div p-l-3 bg-white>
<el-form label-width="9rem" style="max-width: 300px">
<el-form-item label="Action语言" style="width:14em">
<el-select v-model="config.lang" size="small">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/zoneMacro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ onMounted(() => {
<el-container

v-show="macroStore.show"
absolute left-0 top-0 m-0 rd-1 p-0
top-0 p-0 absolute left-0 m-0 rd-1
class="elcontainer"
>
<el-header flex="~ wrap gap1" height="auto" class="elheader">
Expand Down

0 comments on commit 5bb496e

Please sign in to comment.