style: 💄 修改了一些样式

This commit is contained in:
2025-08-26 18:18:44 +08:00
parent 4f780816c6
commit 5efe7f6a8a
8 changed files with 44 additions and 30 deletions

View File

@@ -1,12 +1,12 @@
.user-portfolio-page {
.project-library-page {
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 20px;
position: relative;
.user-portfolio-wrapper {
width: 1120px;
.project-library-wrapper {
width: 100%;
height: 790px;
background-color: #fff;
border-radius: 8px;
@@ -16,7 +16,7 @@
display: flex;
flex-direction: column;
.user-portfolio-search-area {
.project-library-search-area {
width: 100%;
height: 36px;
@@ -33,7 +33,7 @@
}
}
}
.user-portfolio-list {
.project-library-list {
overflow-y: auto;
box-sizing: border-box;
display: flex;
@@ -42,11 +42,11 @@
flex-wrap: wrap;
padding: 20px 0;
.user-portfolio-item:nth-child(3n) {
.project-library-item:nth-child(3n) {
margin-right: 0;
}
.user-portfolio-item {
.project-library-item {
flex-shrink: 0;
width: 340px;
height: 82px;
@@ -63,7 +63,7 @@
align-items: flex-start;
flex-direction: column;
.user-portfolio-item-title {
.project-library-item-title {
width: 100%;
border: 1px solid #2c7aff;
background-color: #e8f3ff;