feat: style

This commit is contained in:
xingyu4j
2025-11-05 19:07:32 +08:00
parent 56ae9c0230
commit 89d758b071
32 changed files with 181 additions and 199 deletions

View File

@@ -246,7 +246,7 @@ watch(
<Input
v-model:value="condition"
:placeholder="placeholder"
style="width: calc(100% - 100px)"
class="w-[calc(100vw-25%)]"
:readonly="type !== 'duration' && type !== 'cycle'"
@focus="handleInputFocus"
@blur="updateNode"