feat: 修改按钮颜色

This commit is contained in:
zhengkunwang223
2022-11-28 14:02:14 +08:00
committed by ssongliu
parent 2ac9f3f263
commit 319345731e
5 changed files with 42 additions and 27 deletions

View File

@@ -4,9 +4,9 @@
<AppStatus :app-key="'redis'" style="margin-top: 20px" @setting="onSetting" @is-exist="checkExist"></AppStatus>
<div v-show="redisIsExist">
<Setting ref="settingRef"></Setting>
<Setting ref="settingRef" style="margin-top: 20px" />
<Terminal v-show="!isOnSetting" style="margin-top: 5px" ref="terminalRef"></Terminal>
<Terminal v-show="!isOnSetting" style="margin-top: 20px" ref="terminalRef" />
</div>
</div>
</template>