Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
project_progress
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 306cc57d
authored
Aug 19, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
1 parent
5784f94e
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
85 additions
and
23 deletions
public/index.html
src/views/assessChecks/assistedViewing.vue
src/views/assessChecks/mianHome.vue
src/views/assessZC/auxiliarySelection.vue
src/views/assessZC/projectView.vue
src/views/layout/index.vue
src/views/layout/main.vue
src/views/layout/mainLayout.vue
vue.config.js
public/index.html
View file @
306cc57
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
margin
:
0
;
margin
:
0
;
padding
:
0
;
padding
:
0
;
clear
:
both
;
clear
:
both
;
overflow
-x
:
hidden
;
overflow
:
hidden
;
}
}
::-webkit-scrollbar
{
::-webkit-scrollbar
{
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
}
}
::-webkit-scrollbar-thumb
{
::-webkit-scrollbar-thumb
{
border-radius
:
8px
;
border-radius
:
8px
;
background-color
:
#ccc
;
background-color
:
rgb
(
65
,
173
,
187
)
;
}
}
</style>
</style>
</html>
</html>
src/views/assessChecks/assistedViewing.vue
View file @
306cc57
...
@@ -679,6 +679,7 @@ export default {
...
@@ -679,6 +679,7 @@ export default {
.el-form
{
.el-form
{
display
:
flex
;
display
:
flex
;
width
:
99%
;
width
:
99%
;
height
:
17vh
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
border-top
:
2px
solid
#23c6c8
;
border-top
:
2px
solid
#23c6c8
;
border-left
:
1px
solid
#dee5e7
;
border-left
:
1px
solid
#dee5e7
;
...
...
src/views/assessChecks/mianHome.vue
View file @
306cc57
...
@@ -151,7 +151,7 @@ export default {
...
@@ -151,7 +151,7 @@ export default {
.mainhome
{
.mainhome
{
font-size
:
14px
;
font-size
:
14px
;
position
:
relative
;
position
:
relative
;
min-height
:
8
2
vh
!important
;
min-height
:
8
7
vh
!important
;
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
...
...
src/views/assessZC/auxiliarySelection.vue
View file @
306cc57
...
@@ -490,7 +490,7 @@
...
@@ -490,7 +490,7 @@
<span
class=
"zjquery"
@
click=
"xzExperts('dj')"
>
查询
</span>
<span
class=
"zjquery"
@
click=
"xzExperts('dj')"
>
查询
</span>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<div
class=
"setscrolldialog"
>
<div
class=
"setscrolldialog
zj
"
>
<el-table
<el-table
@
selection-change=
"handleSelectionChangeZJ"
@
selection-change=
"handleSelectionChangeZJ"
ref=
"multipleTableZJ"
ref=
"multipleTableZJ"
...
@@ -1316,7 +1316,7 @@ export default {
...
@@ -1316,7 +1316,7 @@ export default {
border-right
:
1px
solid
#dee5e7
;
border-right
:
1px
solid
#dee5e7
;
border-bottom
:
1px
solid
#dee5e7
;
border-bottom
:
1px
solid
#dee5e7
;
padding
:
20px
10px
;
padding
:
20px
10px
;
margin
-bottom
:
20px
;
margin
:
0
;
.fromItem
{
.fromItem
{
min-width
:
24%
;
min-width
:
24%
;
margin
:
0
0.5%
;
margin
:
0
0.5%
;
...
@@ -1525,19 +1525,36 @@ export default {
...
@@ -1525,19 +1525,36 @@ export default {
}
}
.setscroll
{
.setscroll
{
width
:
100%
;
width
:
100%
;
height
:
650px
;
height
:
55vh
;
position
:
relative
;
position
:
relative
;
overflow
:
auto
;
overflow
:
auto
;
}
}
.setscrolldialog
{
.setscrolldialog
{
width
:
100%
;
width
:
100%
;
height
:
300px
;
height
:
320px
;
overflow
:
auto
;
box-sizing
:
border-box
;
/deep/
.el-table
{
width
:
96%
!important
;
height
:
320px
;
overflow
:
auto
;
}
}
.setscrolldialogzj
{
width
:
100%
;
height
:
420px
;
overflow
:
auto
;
overflow
:
auto
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
/deep/
.el-table
{
/deep/
.el-table
{
width
:
96%
!important
;
width
:
96%
!important
;
height
:
30
0px
;
height
:
42
0px
;
overflow
:
auto
;
overflow
:
auto
;
}
}
}
}
.eltable
{
box-sizing
:
border-box
;
text-align
:
center
;
height
:
100%
;
overflow-y
:
auto
;
}
</
style
>
</
style
>
\ No newline at end of file
src/views/assessZC/projectView.vue
View file @
306cc57
...
@@ -631,7 +631,6 @@ export default {
...
@@ -631,7 +631,6 @@ export default {
if
(
res
.
code
==
"200"
)
{
if
(
res
.
code
==
"200"
)
{
this
.
tableData
=
res
.
data
.
records
;
this
.
tableData
=
res
.
data
.
records
;
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
// myTable是表格的ref属性值
if
(
this
.
$refs
.
multipleTable
&&
this
.
$refs
.
multipleTable
.
doLayout
)
{
if
(
this
.
$refs
.
multipleTable
&&
this
.
$refs
.
multipleTable
.
doLayout
)
{
this
.
$refs
.
multipleTable
.
doLayout
();
// 解决表格错位
this
.
$refs
.
multipleTable
.
doLayout
();
// 解决表格错位
}
}
...
@@ -1115,12 +1114,7 @@ export default {
...
@@ -1115,12 +1114,7 @@ export default {
min-height
:
50vh
;
min-height
:
50vh
;
}
}
.setscroll
{
width
:
100%
;
height
:
600px
;
position
:
relative
;
overflow
:
auto
;
}
.bigdialog
{
.bigdialog
{
left
:
20vw
;
left
:
20vw
;
}
}
...
@@ -1213,4 +1207,14 @@ export default {
...
@@ -1213,4 +1207,14 @@ export default {
height
:
630px
;
height
:
630px
;
overflow-y
:
auto
;
overflow-y
:
auto
;
}
}
.setscroll
{
width
:
100%
;
height
:
55vh
;
position
:
relative
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
}
/
deep
/
.el-table--scrollable-x
.el-table__body-wrapper
{
overflow-x
:
hidden
;
}
</
style
>
</
style
>
\ No newline at end of file
src/views/layout/index.vue
View file @
306cc57
...
@@ -337,11 +337,12 @@ export default {
...
@@ -337,11 +337,12 @@ export default {
::-webkit-scrollbar-track-piece
{
::-webkit-scrollbar-track-piece
{
background-color
:
#f5f5f5
;
background-color
:
#f5f5f5
;
}
}
//
.mian
{
.mian
{
//
width
:
100%
;
//
width
:
100%
;
//
height
:
100vh
;
//
height
:
100vh
;
//
overflow
:
auto
;
overflow
:
hidden
;
height
:
100%
;
//
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/layout/main.vue
View file @
306cc57
...
@@ -19,7 +19,7 @@ export default {
...
@@ -19,7 +19,7 @@ export default {
height
:
100%
;
height
:
100%
;
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow
-x
:
hidden
;
overflow
:
hidden
;
}
}
.continer
{
.continer
{
...
...
src/views/layout/mainLayout.vue
View file @
306cc57
...
@@ -201,12 +201,12 @@ export default {
...
@@ -201,12 +201,12 @@ export default {
.layout
{
.layout
{
width
:
100%
;
width
:
100%
;
//
height
:
100%
;
//
height
:
100%
;
height
:
100vh
;
//
height
:
100vh
;
display
:
flex
;
display
:
flex
;
padding
:
15px
;
padding
:
15px
;
background-color
:
#fff
;
background-color
:
#fff
;
position
:
relative
;
position
:
relative
;
//
overflow
:
hidden
;
overflow
:
hidden
;
.bar
{
.bar
{
width
:
235px
!important
;
width
:
235px
!important
;
height
:
100%
;
height
:
100%
;
...
@@ -217,6 +217,7 @@ export default {
...
@@ -217,6 +217,7 @@ export default {
height
:
100%
;
height
:
100%
;
//
flex
:
1
;
//
flex
:
1
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow
:
hidden
;
//
overflow
:
auto
;
//
overflow
:
auto
;
}
}
.changeqx
{
.changeqx
{
...
@@ -250,4 +251,14 @@ export default {
...
@@ -250,4 +251,14 @@ export default {
color
:
#fff
;
color
:
#fff
;
font-size
:
17px
;
font-size
:
17px
;
}
}
.el-form
{
height
:
17vh
!important
;
margin
:
0
!important
;
}
.setscroll
{
height
:
55vh
!important
;
}
/* .el-table .cell{
height: 24px !important;
} */
</
style
>
</
style
>
\ No newline at end of file
vue.config.js
View file @
306cc57
...
@@ -24,7 +24,31 @@ module.exports = defineConfig({
...
@@ -24,7 +24,31 @@ module.exports = defineConfig({
}
}
},
},
},
},
configureWebpack
:
{
output
:
{
filename
:
'arch/js/[name].[contenthash].js'
,
chunkFilename
:
'arch/js/[name].[contenthash].js'
}
},
css
:
{
extract
:
{
// 更改CSS文件的保存位置,例如保存到`/path/to/css/`目录下
filename
:
'arch/css/[name].css'
,
chunkFilename
:
'arch/css/[id].css'
,
},
},
chainWebpack
:
(
config
)
=>
{
chainWebpack
:
(
config
)
=>
{
// 更改字体的输出路径
// config.module
// .rule('fonts')
// .test(/\.(woff2?|eot|ttf|otf)(\?.*)?$/i)
// .use('url-loader')
// .loader('url-loader')
// .tap(options => {
// options.name = 'custom-fonts/[name].[hash:8].[ext]';
// });
config
.
plugin
(
'html'
).
tap
((
args
)
=>
{
config
.
plugin
(
'html'
).
tap
((
args
)
=>
{
args
[
0
].
title
=
'数字化项目全过程管控平台'
args
[
0
].
title
=
'数字化项目全过程管控平台'
return
args
return
args
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment