fix setup bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user