We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab7472 commit 710bb55Copy full SHA for 710bb55
templates/index.html
@@ -30,7 +30,7 @@
30
</head>
31
<body>
32
<div id="app" style="text-align: center;">
33
- <el-row v-if="tool === 0" class="qu" style="width:400px;margin: auto">
+ <el-row v-if="tool === 0" class="qu" style="width:400px;margin: 6vh auto 0 auto">
34
<el-card style="padding-bottom: 1rem">
35
<el-col :span="24">
36
<el-input autofocus @input="inputing" clearable v-model:value="code" maxlength="5"
0 commit comments