美化节点市场列表页
This commit is contained in:
parent
df7898538b
commit
7b77cbf0df
@ -546,12 +546,21 @@ watch(() => localStorage.getItem('itemsPerPage'), (newValue) => {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.node-title-section {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.node-title-section h3 {
|
||||
margin: 0 0 8px 0;
|
||||
margin: 0;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
color: #1f2937;
|
||||
line-height: 1.2;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.clickable-title {
|
||||
@ -573,7 +582,7 @@ watch(() => localStorage.getItem('itemsPerPage'), (newValue) => {
|
||||
border-radius: 8px;
|
||||
padding: 4px 10px;
|
||||
display: inline-block;
|
||||
margin-top: 4px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.node-description {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user