Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agcs2.0-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
liang
agcs2.0-web
Commits
3456d778
Commit
3456d778
authored
Mar 15, 2023
by
miaojiale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
校正ui图
parent
1bd9d0f8
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
31 additions
and
19 deletions
+31
-19
index.vue
src/layouts/components/AppMain/index.vue
+1
-1
index.vue
src/layouts/index.vue
+0
-1
DraftBox.vue
src/views/screening/DraftBox.vue
+1
-0
ConfigForms.vue
src/views/screening/components/ConfigForms.vue
+19
-12
FormTab.vue
src/views/screening/components/FormTab.vue
+3
-3
index.vue
src/views/screening/index.vue
+7
-2
No files found.
src/layouts/components/AppMain/index.vue
View file @
3456d778
...
...
@@ -10,7 +10,7 @@
</vab-keel>
-->
<transition
mode=
"out-in"
name=
"fade-transform"
>
<keep-alive
v-if=
"routerView"
:include=
"cachedRoutes"
:max=
"10"
>
<router-view
:key=
"key"
style=
"min-height: 8
6
vh"
/>
<router-view
:key=
"key"
style=
"min-height: 8
4
vh"
/>
</keep-alive>
</transition>
</section>
...
...
src/layouts/index.vue
View file @
3456d778
...
...
@@ -504,7 +504,6 @@ export default {
margin-left
:
$base-left-menu-width
;
background
:
#f6f8f9
;
transition
:
$base-transition
;
::v-deep
{
.nav-bar-container
{
position
:
relative
;
...
...
src/views/screening/DraftBox.vue
View file @
3456d778
...
...
@@ -271,6 +271,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.container
{
padding
:
24px
;
padding-bottom
:
0px
;
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
...
...
src/views/screening/components/ConfigForms.vue
View file @
3456d778
...
...
@@ -3,7 +3,11 @@
id=
"publicContent"
:class=
"[
activeName == 'index0' && formClass ? formClass : '',
$route.path === '/screening/draft' ? 'p_padding' : '',
$route.path === '/screening/draft'
? 'p_padding'
: $route.path === '/screening/add'
? 'add_padding'
: '',
]"
>
<div
...
...
@@ -63,10 +67,10 @@
</transition>
</el-tab-pane>
</el-tabs>
<div
<
!-- <
div
class="bottom_line"
:style="{ width: contrast ? 'calc(100% - 200px)' : '100%' }"
></div>
></div>
-->
<el-aside
v-if=
"contrast"
:width=
"'200px'"
>
<div
class=
"side-content"
>
<ul
class=
"list"
>
...
...
@@ -429,7 +433,7 @@ export default {
}
#publicContent
{
position
:
relative
;
padding
:
32px
24px
32
px
;
padding
:
10px
24px
0
px
;
.draftButton
{
position
:
absolute
;
top
:
12px
;
...
...
@@ -447,7 +451,10 @@ export default {
}
}
#publicContent
.p_padding
{
padding
:
10px
24px
17px
;
padding
:
10px
24px
0px
;
}
#publicContent
.add_padding
{
padding
:
20px
24px
0px
;
}
::v-deep
.el-dialog__body
{
.title
{
...
...
@@ -593,11 +600,11 @@ export default {
border
:
1px
solid
#4e68ff
;
color
:
#4e68ff
;
}
.bottom_line
{
// width: 100%;
position
:
absolute
;
bottom
:
0px
;
height
:
3px
;
box-shadow
:
0px
3px
4px
rgb
(
0
21
41
/
8%
);
}
//
.bottom_line {
//
// width: 100%;
//
position: absolute;
//
bottom: 0px;
//
height: 3px;
//
box-shadow: 0px 3px 4px rgb(0 21 41 / 8%);
//
}
</
style
>
src/views/screening/components/FormTab.vue
View file @
3456d778
...
...
@@ -48,10 +48,10 @@
:style=
"{
height:
$route.path == '/screening/index'
? 'calc(100vh -
310
px)'
? 'calc(100vh -
245
px)'
: $route.path == '/screening/draft'
? 'calc(100vh - 2
70
px)'
: 'calc(100vh - 2
30
px)',
? 'calc(100vh - 2
49
px)'
: 'calc(100vh - 2
03
px)',
}"
:class=
"externalScroll ? 'no-scroll' : ''"
>
...
...
src/views/screening/index.vue
View file @
3456d778
...
...
@@ -25,7 +25,7 @@
</div>
<div
v-if=
"isDetail"
>
<div>
<div
style=
"margin-left: 24px"
>
<el-button
icon=
"el-icon-back"
@
click=
"backInfoce"
>
返 回
</el-button>
</div>
<ConfigForms
...
...
@@ -385,4 +385,9 @@ export default {
}
</
script
>
<
style
lang=
"scss"
scoped
></
style
>
<
style
lang=
"scss"
scoped
>
.container
{
padding
:
20px
;
padding-bottom
:
0px
;
}
</
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