pk 重构ui风格

This commit is contained in:
2026-02-08 20:53:39 +08:00
parent 9f2b9a1997
commit 658f50cc51
7 changed files with 106 additions and 98 deletions

View File

@@ -84,9 +84,7 @@ onUnmounted(() => {
.pk-mini-workbench {
width: 100%;
height: 100%;
background-image: url(@/assets/pk-mini/bg.png);
background-size: cover;
background-position: center;
background-color: #f9fafb; // gray-50
}
.pk-container {
@@ -96,7 +94,8 @@ onUnmounted(() => {
.pk-aside {
height: 100%;
background: transparent;
background-color: #ffffff;
border-right: 1px solid #f1f5f9; // slate-100
}
.pk-main {