明树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
b8f9fbe3
Commit
b8f9fbe3
authored
Mar 18, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.bridata.com:8090/root/jt_front
parents
5765b85b
03506e38
Pipeline
#108521
passed with stage
in 20 seconds
Changes
2
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
614 additions
and
96 deletions
+614
-96
manage.less
src/styles/manage.less
+26
-0
addProject.vue
src/views/projectManage/addProject.vue
+588
-96
No files found.
src/styles/manage.less
View file @
b8f9fbe3
...
...
@@ -204,6 +204,32 @@
overflow: auto;
}
}
h3{
text-align: center;
}
.text-border{
width: 100%;
padding: 0 10px;
border: 1px solid #dcdfe6;
border-radius: 4px;
background-color: #f5f7fa;
min-height: 34px;
}
.report-item{
display: flex;
align-items: center;
margin: 18px 0;
}
.report-label{
width: 150px;
text-align: right;
padding-right: 12px;
}
.report-content{
border-left: 1px solid #eaeaea;
flex: 1;
width: 0;
}
}
.always-click {
padding: 2px;
...
...
src/views/projectManage/addProject.vue
View file @
b8f9fbe3
This diff is collapsed.
Click to expand it.
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