美化+命令修复

This commit is contained in:
zhbaor 2024-09-23 19:42:56 +08:00
parent 32496af392
commit ec44c5c9ad
8 changed files with 35 additions and 24 deletions

View file

@ -20,14 +20,18 @@ function manager() {
align-items: center;
"
>
<n-button class="launch-btn" @click="webview">单开运行</n-button>
<n-button class="launch-btn" @click="manager">多开器</n-button>
<n-button class="launch-btn" type="primary" secondary size="large" @click="webview">
单开运行
</n-button>
<n-button class="launch-btn" type="primary" secondary size="large" @click="manager">
多开器
</n-button>
</n-flex>
</template>
<style scoped>
.launch-btn {
width: 160px;
width: 120px;
height: 48px;
}
</style>