fix : 细节优化

This commit is contained in:
2024-03-25 22:39:25 +08:00
parent f646c13e9d
commit 5d31b52e67
23 changed files with 98 additions and 51 deletions

View File

@@ -149,18 +149,18 @@ const designStart = () => {
display: inline-block;
.node-body-main-header {
padding: 10px 0px 5px;
font-size: xx-small;
padding: 10px 0 5px;
position: relative;
font-size: 14px;
display: flex;
align-items: center;
.title {
color: #718dff;
color: #2E7CF0;
height: auto;
display: flex;
align-items: center;
.name {
display: inline-block;
height: 14px;
width: 130px;
margin-left: 2px;
height: auto;
}
}