Browse Source

fix: 处理代码格式问题 (#6433)

pull/6440/head
ssongliu 2 months ago committed by GitHub
parent
commit
ef0bb12fbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      frontend/src/views/database/mysql/index.vue

2
frontend/src/views/database/mysql/index.vue

@ -61,7 +61,7 @@
</template> </template>
<template #toolbar> <template #toolbar>
<div class="flex justify-between gap-2 flex-wrap sm:flex-row"> <div class="flex justify-between gap-2 flex-wrap sm:flex-row">
<div class="flex flex-wrap gap-3"> <div class="flex flex-wrap gap-3">
<el-button <el-button
v-if="currentDB && (currentDB.from !== 'local' || mysqlStatus === 'Running')" v-if="currentDB && (currentDB.from !== 'local' || mysqlStatus === 'Running')"

Loading…
Cancel
Save