fix tx isdone checkbox text size
This commit is contained in:
@@ -17,7 +17,7 @@ import ex = CSS.ex;
|
||||
|
||||
|
||||
const route = useRoute();
|
||||
const openMode = route.params.mode;
|
||||
const openMode = route.query.mode;
|
||||
|
||||
const router = useRouter()
|
||||
const toolbar = useToolbarStore();
|
||||
@@ -352,7 +352,6 @@ onMounted(async () => {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col w-full ">
|
||||
<div class="flex flex-col w-full">
|
||||
<InputNumber
|
||||
|
||||
Reference in New Issue
Block a user