Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qsh-wc
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
honghuiliu
qsh-wc
Commits
f0c5cf30
Commit
f0c5cf30
authored
Sep 02, 2022
by
honghuiliu
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
1416c0b1
fbe383a6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
8 deletions
+27
-8
element_visiable.scss
web/src/style/element_visiable.scss
+6
-1
main.scss
web/src/style/main.scss
+17
-4
index.vue
web/src/view/layout/index.vue
+2
-2
qshPartol.vue
web/src/view/qshPartol/qshPartol.vue
+2
-1
No files found.
web/src/style/element_visiable.scss
View file @
f0c5cf30
...
@@ -57,6 +57,7 @@
...
@@ -57,6 +57,7 @@
}
}
.gva-search-box
{
.gva-search-box
{
flex-shrink
:
0
;
.el-collapse
{
.el-collapse
{
border
:
none
;
border
:
none
;
.el-collapse-item__header
,
.el-collapse-item__header
,
...
@@ -89,9 +90,13 @@
...
@@ -89,9 +90,13 @@
}
}
.gva-table-box
{
.gva-table-box
{
flex
:
1
;
display
:
flex
;
flex-direction
:
column
;
padding
:
24px
;
padding
:
24px
;
background-color
:
#fff
;
background-color
:
#fff
;
border-radius
:
2px
;
border-radius
:
2px
;
overflow
:
hidden
;
}
}
.gva-pagination
{
.gva-pagination
{
...
@@ -218,4 +223,4 @@
...
@@ -218,4 +223,4 @@
.el-select
.el-input
.el-select__caret.el-icon
{
.el-select
.el-input
.el-select__caret.el-icon
{
height
:
38px
;
height
:
38px
;
}
}
\ No newline at end of file
web/src/style/main.scss
View file @
f0c5cf30
...
@@ -645,6 +645,9 @@ li {
...
@@ -645,6 +645,9 @@ li {
min-height
:
100%
;
min-height
:
100%
;
margin-left
:
$width-aside
;
margin-left
:
$width-aside
;
position
:
relative
;
position
:
relative
;
display
:
flex
;
flex-direction
:
column
;
overflow
:
hidden
;
}
}
.hideside
{
.hideside
{
.main-cont.el-main
{
.main-cont.el-main
{
...
@@ -680,11 +683,19 @@ li {
...
@@ -680,11 +683,19 @@ li {
}
}
}
}
}
}
.admin-box-content
{
flex
:
1
;
display
:
flex
;
flex-direction
:
column
;
overflow
:
hidden
;
}
.admin-box
{
.admin-box
{
min-height
:
calc
(
100vh
-
200px
)
;
flex
:
1
;
padding
:
12px
16px
;
padding
:
12px
16px
;
margin
:
100px
2px
20px
;
margin
:
0
2px
20px
;
display
:
flex
;
flex-direction
:
column
;
overflow-y
:
auto
;
.el-table--border
{
.el-table--border
{
border-radius
:
4px
;
border-radius
:
4px
;
margin-bottom
:
14px
;
margin-bottom
:
14px
;
...
@@ -1218,8 +1229,10 @@ $mainHight: 100vh;
...
@@ -1218,8 +1229,10 @@ $mainHight: 100vh;
}
}
.gva-btn-list
{
.gva-btn-list
{
flex-shrink
:
0
;
margin-bottom
:
12px
;
margin-bottom
:
12px
;
display
:
flex
;
display
:
flex
;
overflow
:
hidden
;
.el-button
+
.el-button
{
.el-button
+
.el-button
{
margin-left
:
12px
;
margin-left
:
12px
;
}
}
...
@@ -1227,4 +1240,4 @@ $mainHight: 100vh;
...
@@ -1227,4 +1240,4 @@ $mainHight: 100vh;
.justify-content-flex-end
{
.justify-content-flex-end
{
justify-content
:
flex-end
;
justify-content
:
flex-end
;
}
}
\ No newline at end of file
web/src/view/layout/index.vue
View file @
f0c5cf30
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
</div>
</div>
</transition>
</transition>
<router-view
v-if=
"reloadFlag"
v-slot=
"{ Component }"
v-loading=
"loadingFlag"
element-loading-text=
"正在加载中"
class=
"admin-box"
>
<router-view
v-if=
"reloadFlag"
v-slot=
"{ Component }"
v-loading=
"loadingFlag"
element-loading-text=
"正在加载中"
class=
"admin-box"
>
<div>
<div
class=
"admin-box-content"
>
<transition
mode=
"out-in"
name=
"el-fade-in-linear"
>
<transition
mode=
"out-in"
name=
"el-fade-in-linear"
>
<keep-alive
:include=
"routerStore.keepAliveRouters"
>
<keep-alive
:include=
"routerStore.keepAliveRouters"
>
<component
:is=
"Component"
/>
<component
:is=
"Component"
/>
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
</div>
</div>
</router-view>
</router-view>
<BottomInfo
/>
<BottomInfo
/>
<
setting
/
>
<
!--<setting />--
>
</el-main>
</el-main>
</el-container>
</el-container>
...
...
web/src/view/qshPartol/qshPartol.vue
View file @
f0c5cf30
...
@@ -32,7 +32,8 @@
...
@@ -32,7 +32,8 @@
</div>
</div>
<el-table
<el-table
ref=
"multipleTable"
ref=
"multipleTable"
style=
"width: 100%"
style=
"flex:1"
height=
"100%"
tooltip-effect=
"dark"
tooltip-effect=
"dark"
:data=
"tableData"
:data=
"tableData"
row-key=
"ID"
row-key=
"ID"
...
...
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