fix setup bug

This commit is contained in:
Julian Freeman
2026-03-14 20:59:53 -04:00
parent cdeb52c316
commit 60113e9629
2 changed files with 41 additions and 23 deletions

View File

@@ -3,7 +3,7 @@
<header class="content-header">
<div class="header-left">
<h1>运行日志</h1>
<p class="count">记录应用最近执行的命令和结果</p>
<!-- <p class="count">记录应用最近执行的命令和结果</p> -->
</div>
<div class="header-actions">
<button @click="store.logs = []" class="secondary-btn action-btn">
@@ -62,11 +62,11 @@ onMounted(() => {
color: var(--text-main);
}
.header-left .count {
/* .header-left .count {
font-size: 14px;
color: var(--text-sec);
margin-top: 4px;
}
} */
.header-actions {
display: flex;