Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
da950bd7
authored
2023-01-13 16:40:41 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式调整
1 parent
e9193397
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
44 additions
and
12 deletions
src/components/echart/Brokenline/chart.vue
src/components/echart/Brokenline/index.vue
src/styles/element-ui.scss
src/views/business-info/sea-area/index.vue
src/views/dataView/rightcard.vue
src/components/echart/Brokenline/chart.vue
View file @
da950bd
...
...
@@ -128,6 +128,7 @@ export default {
type
:
"line"
,
smooth
:
true
,
//是否平滑
showSymbol
:
false
,
symbol
:
'circle'
,
symbolSize
:
6
,
zlevel
:
3
,
lineStyle
:
{
...
...
@@ -144,6 +145,7 @@ export default {
type
:
"line"
,
smooth
:
true
,
showSymbol
:
false
,
symbol
:
'circle'
,
symbolSize
:
8
,
zlevel
:
3
,
lineStyle
:
{
...
...
@@ -161,6 +163,7 @@ export default {
type
:
"line"
,
smooth
:
true
,
showSymbol
:
false
,
symbol
:
'circle'
,
symbolSize
:
8
,
zlevel
:
3
,
lineStyle
:
{
...
...
src/components/echart/Brokenline/index.vue
View file @
da950bd
...
...
@@ -88,4 +88,4 @@ export default {
Chart
}
}
</
script
>
\ No newline at end of file
</
script
>
...
...
src/styles/element-ui.scss
View file @
da950bd
...
...
@@ -257,13 +257,38 @@ table td {
}
.
el-popper
[
x-placement
^="
bottom
"] .
popper__arrow
:
:
after
{
border-bottom-color
:
#074487
!
important
;
display
:
none
;
}
.el-popper
[
x-placement
^=
"bottom"
]
.popper__arrow
{
border-bottom-color
:
#074487
!
important
;
display
:
none
;
}
.el-date-picker
{
background-color
:
#031a46
;
.el-date-picker__header-label
{
color
:
#A6CFD6
;
}
.el-picker-panel__icon-btn
{
color
:
#A6CFD6
;
}
.el-date-table
th
{
color
:
#02D9FD
;
}
.el-date-table
td
span
{
color
:
#A6CFD6
;
}
.el-date-table
td
.current
:not
(
.disabled
)
span
{
background-color
:
#074487
;
// border:1px solid saddlebrown;
box-shadow
:
inset
0
0
7px
#02D9FD
;
border
:
1px
solid
#02D9FD
;
}
}
.el-picker-panel__content
{
background-color
:
#074487
;
}
.el-menu--horizontal
.el-menu
.el-menu-item
,
...
...
@@ -282,4 +307,4 @@ table td {
border
:
1px
solid
#02D9FD
;
color
:
#FFFFFF
!
important
;
font-weight
:
700
;
}
\ No newline at end of file
}
...
...
src/views/business-info/sea-area/index.vue
View file @
da950bd
...
...
@@ -159,4 +159,4 @@ export default {
},
}
}
</
script
>
\ No newline at end of file
</
script
>
...
...
src/views/dataView/rightcard.vue
View file @
da950bd
...
...
@@ -29,19 +29,23 @@ export default {
evenRowBGC
:
'#154295'
,
header
:
[
'序号'
,
'用途'
,
'性质'
,
'面积'
],
data
:
[
[
'1'
,
'咸阳市'
,
'6'
,
'998'
],
[
'1'
,
'咸阳市'
,
'6'
,
'998'
],
[
'1'
,
'咸阳市'
,
'6'
,
'998'
],
[
'1'
,
'咸阳市'
,
'6'
,
'998'
],
[
'1'
,
'咸阳市'
,
'6'
,
'998'
],
[
'1'
,
'咸阳市'
,
'6'
,
'998'
],
[
'住宅'
,
'自建房'
,
'转移登记'
,
'73.94'
],
[
'商业服务'
,
'市场化商品房'
,
'转移登记'
,
'1067.14'
],
[
'住宅'
,
'成本售价房'
,
'转移登记'
,
'601.47'
],
[
'住宅'
,
'市场化商品房'
,
'转移登记'
,
'38111.37'
],
[
'住宅'
,
'移民搬迁安置房'
,
'转移登记'
,
'104.16'
],
[
'办公'
,
'自建房'
,
'转移登记'
,
'14913.86'
],
[
'柴房'
,
'市场化商品房'
,
'转移登记'
,
'615.55'
],
[
'住宅'
,
'经济适用住房'
,
'转移登记'
,
'173.17'
],
[
'车库/车位'
,
'市场化商品房'
,
'转移登记'
,
'105.27'
],
[
'住宅'
,
'房改房'
,
'转移登记'
,
'372.4'
]
]
}
}
},
components
:
{
columnarsmat
,
Rose
},
mounted
()
{
scroll
(
tableref
.
value
.
$refs
.
bodyWrapper
);
//设置滚动
//
scroll(tableref.value.$refs.bodyWrapper);//设置滚动
}
}
</
script
>
...
...
Please
register
or
sign in
to post a comment