fix tx isdone checkbox text size

This commit is contained in:
xds
2025-11-18 10:12:10 +03:00
parent 00a943533e
commit 0079c47e82

View File

@@ -17,7 +17,7 @@ import ex = CSS.ex;
const route = useRoute(); const route = useRoute();
const openMode = route.params.mode; const openMode = route.query.mode;
const router = useRouter() const router = useRouter()
const toolbar = useToolbarStore(); const toolbar = useToolbarStore();
@@ -352,7 +352,6 @@ onMounted(async () => {
</div> </div>
</div> </div>
</div> </div>
<div class="flex flex-col w-full "> <div class="flex flex-col w-full ">
<div class="flex flex-col w-full"> <div class="flex flex-col w-full">
<InputNumber <InputNumber