明树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
1e385b28
Commit
1e385b28
authored
Mar 20, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式处理
parent
469a978b
Pipeline
#108601
passed with stage
in 20 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
manage.css
src/styles/manage.css
+2
-0
manage.less
src/styles/manage.less
+2
-1
quitAdd.vue
src/views/investingManage/quitAdd.vue
+1
-1
No files found.
src/styles/manage.css
View file @
1e385b28
...
...
@@ -57,6 +57,7 @@
.manage-container
{
width
:
100%
;
height
:
100%
;
background-color
:
#ecf2f8
;
box-sizing
:
border-box
;
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -65,6 +66,7 @@
width
:
100%
;
height
:
100%
;
display
:
flex
;
overflow
:
hidden
;
flex-direction
:
column
;
}
.manage-header
{
...
...
src/styles/manage.less
View file @
1e385b28
...
...
@@ -62,7 +62,7 @@
&-container {
width: 100%;
height: 100%;
background-color: #ecf2f8;
box-sizing: border-box;
display: flex;
flex-direction: column;
...
...
@@ -71,6 +71,7 @@
width: 100%;
height: 100%;
display: flex;
overflow: hidden;
flex-direction: column;
}
...
...
src/views/investingManage/quitAdd.vue
View file @
1e385b28
...
...
@@ -10,7 +10,7 @@
<!-- 选择类型 -->
<el-collapse-item
title=
"选择类型"
name=
"选择类型"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"
8
"
>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"请选择登记类型"
required
>
<el-radio-group
v-model=
"formData.djlx"
>
<el-radio
value=
"1"
>
中止
</el-radio>
...
...
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