明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
jt_front
Commits
469a978b
Commit
469a978b
authored
Mar 20, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式处理
parent
aebc53b7
Pipeline
#108600
passed with stage
in 20 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
46 deletions
+6
-46
MainLayout.vue
src/layouts/MainLayout.vue
+2
-0
manage.css
src/styles/manage.css
+2
-3
manage.less
src/styles/manage.less
+2
-3
vscouncilAdd.vue
src/views/everydayPage/vscouncilAdd.vue
+0
-40
No files found.
src/layouts/MainLayout.vue
View file @
469a978b
...
...
@@ -406,6 +406,8 @@ const handleLogout = () => {
flex: 1;
overflow-y: auto;
height: 0;
margin: 16px 16px 0 16px;
background: #fff;
}
.header-right {
display: flex;
...
...
src/styles/manage.css
View file @
469a978b
...
...
@@ -57,7 +57,6 @@
.manage-container
{
width
:
100%
;
height
:
100%
;
padding
:
16px
16px
0
16px
;
box-sizing
:
border-box
;
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -138,7 +137,7 @@
}
.add-project-content
.tab-content
{
height
:
100%
;
overflow
:
auto
;
overflow
:
hidden
;
padding
:
0
10px
;
}
.add-project-content
.tab-content
.col-title
{
...
...
@@ -308,7 +307,7 @@
background-color
:
#fff
;
padding-top
:
16px
;
padding-right
:
16px
;
padding
:
16px
16px
0
16px
;
padding
:
0
;
}
.add-project-content
.el-collapse
{
border
:
none
;
...
...
src/styles/manage.less
View file @
469a978b
...
...
@@ -62,7 +62,6 @@
&-container {
width: 100%;
height: 100%;
padding: 16px 16px 0 16px;
box-sizing: border-box;
display: flex;
...
...
@@ -148,7 +147,7 @@
}
.tab-content {
height: 100%;
overflow:
auto
;
overflow:
hidden
;
padding: 0 10px;
.col-title {
height: 24px;
...
...
@@ -333,7 +332,7 @@
background-color: #fff;
padding-top: 16px;
padding-right: 16px;
padding:
16px 16px 0 16px
;
padding:
0
;
// .el-tabs--border-card {
// border: none;
...
...
src/views/everydayPage/vscouncilAdd.vue
View file @
469a978b
...
...
@@ -203,43 +203,3 @@ onMounted(() => {
}
});
</
script
>
<
style
scoped
lang=
"less"
>
.add-project-container {
padding: 20px;
background: #f5f7fa;
min-height: calc(100vh - 60px);
}
.add-project-content {
background: #fff;
border-radius: 4px;
padding: 20px;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.04);
}
.add-project-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #ebeef5;
}
// 表单样式优化
:deep(.el-form-item__label) {
font-weight: 500;
}
// 输入框提示文字
.input-tip {
margin-left: 4px;
color: #f56c6c;
font-size: 12px;
line-height: 1.5;
}
// 附件上传区域间距
:deep(.el-upload) {
margin-bottom: 8px;
}
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment