Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
cxsfjx_project_echarts
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
邓文彬
cxsfjx_project_echarts
Commits
a7f33bb5
提交
a7f33bb5
authored
2月 21, 2022
作者:
邓文彬
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'plus1.1.0' of
https://git.yfzx.zjtys.com.cn/cold-coffee/cxsfjx_project
into plus1.1.0
上级
fd7fde5e
e1b38887
隐藏空白字符变更
内嵌
并排
正在显示
18 个修改的文件
包含
197 行增加
和
115 行删除
+197
-115
index.vue
src/views/dataCenter/army/model/EconomicConstruct/index.vue
+16
-6
index.vue
src/views/dataCenter/army/model/Munitions/index.vue
+21
-9
index.vue
src/views/dataCenter/army/model/Person/index.vue
+12
-6
index.vue
src/views/dataCenter/army/model/Science/index.vue
+10
-4
index.vue
src/views/dataCenter/army/model/StrongArmy/index.vue
+11
-4
index.vue
src/views/dataCenter/industrial/index.vue
+1
-1
index.vue
...iews/dataCenter/industrial/model/BusinessIncome/index.vue
+6
-5
index.vue
...s/dataCenter/industrial/model/IncomDistribution/index.vue
+12
-5
index.vue
...ews/dataCenter/industrial/model/IncomExtendLine/index.vue
+10
-3
index.vue
src/views/dataCenter/industrial/model/Industrial/index.vue
+36
-30
index.vue
src/views/dataCenter/industrial/model/TargetBar/index.vue
+12
-5
index.vue
src/views/dataCenter/map/index.vue
+1
-1
common.css
src/views/dataCenter/map/model/CardList/common.css
+2
-2
strongArmy.vue
src/views/dataCenter/map/model/CardList/strongArmy.vue
+1
-1
index.vue
src/views/dataCenter/map/model/Income/index.vue
+13
-8
index.vue
src/views/dataCenter/map/model/InvestmentProgress/index.vue
+12
-5
index.vue
src/views/dataCenter/map/model/Performance/index.vue
+18
-12
index.vue
src/views/dataCenter/map/model/RankList/index.vue
+3
-8
没有找到文件。
src/views/dataCenter/army/model/EconomicConstruct/index.vue
浏览文件 @
a7f33bb5
...
...
@@ -189,7 +189,7 @@ export default defineComponent({
lineStyle
:
{
// 使用深浅的间隔色
type
:
'dashed'
,
color
:
[
"#
0087ED
"
],
color
:
[
"#
125ba3
"
],
},
},
axisLine
:
{
...
...
@@ -218,10 +218,16 @@ export default defineComponent({
xAxis
:
{
type
:
"category"
,
data
:
xAxisValue
,
axisLabel
:
{
show
:
true
,
textStyle
:
{
color
:
"#d4f7ff"
,
//更改坐标轴文字颜色
},
},
axisLine
:
{
show
:
true
,
lineStyle
:
{
color
:
"#d4f7ff"
,
// width: 1, //这里是为了突出显示加上的
color
:
"#125ba3"
,
},
},
},
...
...
@@ -513,7 +519,7 @@ export default defineComponent({
margin-bottom
:
8px
;
}
.title
{
font-weight
:
bold
;
//
font-weight: bold;
color
:
#d4f7ff
;
font-size
:
14px
;
position
:
relative
;
...
...
@@ -555,7 +561,11 @@ export default defineComponent({
.el-divider
{
margin
:
15%
auto
;
height
:
70%
;
background
:
#f3f3f3
;
// position: relative;
// width: 20px;
// display: none;
// border-right: 1px dashed #197ded;
background
:
#197ded
;
}
}
...
...
@@ -568,6 +578,6 @@ export default defineComponent({
min-height
:
150px
;
height
:
calc
(
100%
-
200px
);
box-sizing
:
border-box
;
margin-top
:
1
0px
;
margin-top
:
2
0px
;
}
</
style
>
src/views/dataCenter/army/model/Munitions/index.vue
浏览文件 @
a7f33bb5
...
...
@@ -168,7 +168,7 @@ export default defineComponent({
lineStyle
:
{
// 使用深浅的间隔色
type
:
'dashed'
,
color
:
[
"#
0087ED
"
],
color
:
[
"#
125ba3
"
],
},
},
axisLine
:
{
...
...
@@ -187,7 +187,7 @@ export default defineComponent({
lineStyle
:
{
// 使用深浅的间隔色
type
:
'dashed'
,
color
:
[
"#
0087ED
"
],
color
:
[
"#
125ba3
"
],
},
},
axisLine
:
{
...
...
@@ -201,10 +201,16 @@ export default defineComponent({
xAxis
:
{
type
:
"category"
,
data
:
xAxisCountry
,
axisLabel
:
{
show
:
true
,
textStyle
:
{
color
:
"#d4f7ff"
,
//更改坐标轴文字颜色
},
},
axisLine
:
{
show
:
true
,
lineStyle
:
{
color
:
"#d4f7ff"
,
// width: 1, //这里是为了突出显示加上的
color
:
"#125ba3"
,
},
},
},
...
...
@@ -295,7 +301,7 @@ export default defineComponent({
lineStyle
:
{
// 使用深浅的间隔色
type
:
'dashed'
,
color
:
[
"#
0087ED
"
],
color
:
[
"#
125ba3
"
],
},
},
axisLine
:
{
...
...
@@ -320,7 +326,7 @@ export default defineComponent({
lineStyle
:
{
// 使用深浅的间隔色
type
:
'dashed'
,
color
:
[
"#
0087ED
"
],
color
:
[
"#
125ba3
"
],
},
},
},
...
...
@@ -328,10 +334,16 @@ export default defineComponent({
xAxis
:
{
type
:
"category"
,
data
:
xAxisCity
,
axisLine
:
{
axisLabel
:
{
show
:
true
,
textStyle
:
{
color
:
"#d4f7ff"
,
//更改坐标轴文字颜色
},
},
axisLine
:
{
show
:
true
,
lineStyle
:
{
color
:
"#d4f7ff"
,
// width: 1, //这里是为了突出显示加上的
color
:
"#125ba3"
,
},
},
},
...
...
src/views/dataCenter/army/model/Person/index.vue
浏览文件 @
a7f33bb5
...
...
@@ -169,7 +169,7 @@ export default defineComponent({
lineStyle
:
{
// 使用深浅的间隔色
type
:
'dashed'
,
color
:
[
"#
0087ED
"
],
color
:
[
"#
125ba3
"
],
},
},
},
...
...
@@ -188,7 +188,7 @@ export default defineComponent({
lineStyle
:
{
// 使用深浅的间隔色
type
:
'dashed'
,
color
:
[
"#
0087ED
"
],
color
:
[
"#
125ba3
"
],
},
},
},
...
...
@@ -196,10 +196,16 @@ export default defineComponent({
xAxis
:
{
type
:
"category"
,
data
:
xAxisCity
,
axisLine
:
{
axisLabel
:
{
show
:
true
,
textStyle
:
{
color
:
"#d4f7ff"
,
//更改坐标轴文字颜色
},
},
axisLine
:
{
show
:
true
,
lineStyle
:
{
color
:
"#d4f7ff"
,
// width: 1, //这里是为了突出显示加上的
color
:
"#125ba3"
,
},
},
},
...
...
@@ -293,7 +299,7 @@ export default defineComponent({
flex
:
1
;
padding
:
8px
15px
;
margin-right
:
15px
;
background
:
#0d4479
;
background
:
rgba
(
25
,
125
,
237
,
15%
)
;
border-radius
:
5px
;
font-size
:
14px
;
color
:
#d4f7ff
;
...
...
src/views/dataCenter/army/model/Science/index.vue
浏览文件 @
a7f33bb5
...
...
@@ -161,10 +161,16 @@ export default defineComponent({
xAxis
:
{
type
:
"category"
,
data
:
xAxisValue
,
axisLine
:
{
axisLabel
:
{
show
:
true
,
textStyle
:
{
color
:
"#d4f7ff"
,
//更改坐标轴文字颜色
},
},
axisLine
:
{
show
:
true
,
lineStyle
:
{
color
:
"#d4f7ff"
,
// width: 1, //这里是为了突出显示加上的
color
:
"#125ba3"
,
},
},
},
...
...
@@ -239,7 +245,7 @@ export default defineComponent({
color
:
#d4f7ff
;
padding
:
8px
15px
;
box-sizing
:
border-box
;
background
:
rgba
(
25
,
125
,
237
,
0
.
2
);
background
:
rgba
(
25
,
125
,
237
,
0
.
15
);
border-radius
:
5px
;
margin-bottom
:
8px
;
&
:last-of-type
{
...
...
src/views/dataCenter/army/model/StrongArmy/index.vue
浏览文件 @
a7f33bb5
...
...
@@ -85,10 +85,16 @@ export default defineComponent({
xAxis
:
{
type
:
"category"
,
data
:
xAxisValue
,
axisLine
:
{
axisLabel
:
{
show
:
true
,
textStyle
:
{
color
:
"#d4f7ff"
,
//更改坐标轴文字颜色
},
},
axisLine
:
{
show
:
true
,
lineStyle
:
{
color
:
"#d4f7ff"
,
// width: 1, //这里是为了突出显示加上的
color
:
"#125ba3"
,
},
},
},
...
...
@@ -101,7 +107,8 @@ export default defineComponent({
label
:
{
show
:
true
,
position
:
"top"
,
color
:
"#19ecff"
,
color
:
"#ffffff"
,
formatter
:
"{c}分"
,
},
barWidth
:
20
,
data
:
this
.
seriesData
,
...
...
src/views/dataCenter/industrial/index.vue
浏览文件 @
a7f33bb5
...
...
@@ -82,7 +82,7 @@ export default defineComponent({
</
script
>
<
style
lang=
"scss"
scoped
>
.card-item
{
background-color
:
rgba
(
25
,
125
,
237
,
0
.1
);
background-color
:
rgba
(
25
,
125
,
237
,
15%
);
border-radius
:
5px
;
padding
:
16px
;
overflow
:
hidden
;
...
...
src/views/dataCenter/industrial/model/BusinessIncome/index.vue
浏览文件 @
a7f33bb5
...
...
@@ -191,15 +191,16 @@ export default defineComponent({
.echarts-circular
{
position
:
relative
;
.money-logo
{
top
:
4
0
%
;
left
:
3
7
%
;
top
:
4
3
%
;
left
:
3
9
%
;
position
:
absolute
;
text-align
:
center
;
transform
:
scale
(
1
.2
);
div
{
display
:
flex
;
align-items
:
center
;
font-size
:
22px
;
// justify-content: center;
font-size
:
18px
;
color
:
#d4f7ff
;
span
{
font-size
:
16px
;
...
...
@@ -210,7 +211,7 @@ export default defineComponent({
}
}
.mony-number
{
font-size
:
3
6
px
;
font-size
:
3
0
px
;
color
:
#19ecff
;
}
}
...
...
@@ -228,7 +229,7 @@ export default defineComponent({
padding
:
10px
15px
;
border-radius
:
5px
;
// background: #f8f9fb;
background
:
rgba
(
25
,
125
,
237
,
0
.
2
);
background
:
rgba
(
25
,
125
,
237
,
0
.
15
);
.el-row
{
font-size
:
14px
;
color
:
#d4f7ff
;
...
...
src/views/dataCenter/industrial/model/IncomDistribution/index.vue
浏览文件 @
a7f33bb5
...
...
@@ -141,7 +141,7 @@ export default defineComponent({
lineStyle
:
{
// 使用深浅的间隔色
type
:
'dashed'
,
color
:
[
"#
0087ED
"
],
color
:
[
"#
125ba3
"
],
},
},
axisLine
:
{
...
...
@@ -160,7 +160,7 @@ export default defineComponent({
lineStyle
:
{
// 使用深浅的间隔色
type
:
'dashed'
,
color
:
[
"#
0087ED
"
],
color
:
[
"#
125ba3
"
],
},
},
axisLine
:
{
...
...
@@ -174,10 +174,17 @@ export default defineComponent({
xAxis
:
{
type
:
"category"
,
data
:
xAxisValue
,
axisLine
:
{
//横坐标轴文字颜色
axisLabel
:
{
show
:
true
,
textStyle
:
{
color
:
"#d4f7ff"
,
//更改坐标轴文字颜色
},
},
axisLine
:
{
show
:
true
,
lineStyle
:
{
color
:
"#d4f7ff"
,
// width: 1, //这里是为了突出显示加上的
color
:
"#125ba3"
,
},
},
},
...
...
src/views/dataCenter/industrial/model/IncomExtendLine/index.vue
浏览文件 @
a7f33bb5
...
...
@@ -141,10 +141,17 @@ export default defineComponent({
xAxis
:
{
type
:
"category"
,
data
:
xAxisValue
,
axisLine
:
{
//横坐标轴文字颜色
axisLabel
:
{
show
:
true
,
textStyle
:
{
color
:
"#d4f7ff"
,
//更改坐标轴文字颜色
},
},
axisLine
:
{
show
:
true
,
lineStyle
:
{
color
:
"#d4f7ff"
,
// width: 1, //这里是为了突出显示加上的
color
:
"#125ba3"
,
},
},
},
...
...
src/views/dataCenter/industrial/model/Industrial/index.vue
浏览文件 @
a7f33bb5
...
...
@@ -6,7 +6,7 @@
<span>
{{
item
.
label
}}
</span>
<div
class=
"value-des"
>
<span
class=
"value-des-val"
>
{{
item
.
value
||
"--"
}}
</span>
<span
v-if=
"index===0"
>
亿元
</span>
<span
v-if=
"index===0"
>
亿元
</span>
</div>
</div>
</div>
...
...
@@ -168,55 +168,62 @@ export default defineComponent({
},
legend
:
{
right
:
"2%"
,
textStyle
:
{
color
:
"#d4f7ff"
}
textStyle
:
{
color
:
"#d4f7ff"
,
},
},
yAxis
:
[
{
type
:
"value"
,
name
:
"金额(亿元)"
,
splitLine
:
{
lineStyle
:
{
// 使用深浅的间隔色
type
:
'dashed'
,
color
:
[
"#0087ED"
],
lineStyle
:
{
// 使用深浅的间隔色
type
:
"dashed"
,
color
:
[
"#125ba3"
],
},
},
},
axisLin
e
:
{
lineStyle
:
{
color
:
"#d4f7ff"
,
// width: 1, //这里是为了突出显示加上的
axisLine
:
{
lineStyl
e
:
{
color
:
"#d4f7ff"
,
// width: 1, //这里是为了突出显示加上的
},
},
},
},
{
type
:
"value"
,
name
:
"增长率%"
,
min
:
-
10
,
max
:
100
,
splitLine
:
{
lineStyle
:
{
// 使用深浅的间隔色
type
:
'dashed'
,
color
:
[
"#0087ED"
],
lineStyle
:
{
// 使用深浅的间隔色
type
:
"dashed"
,
color
:
[
"#125ba3"
],
},
},
},
axisLin
e
:
{
lineStyle
:
{
color
:
"#d4f7ff"
,
// width: 1, //这里是为了突出显示加上的
axisLine
:
{
lineStyl
e
:
{
color
:
"#d4f7ff"
,
// width: 1, //这里是为了突出显示加上的
},
},
},
},
],
xAxis
:
{
type
:
"category"
,
data
:
xAxisValue
,
axisLine
:
{
//横坐标轴文字颜色
axisLabel
:
{
show
:
true
,
textStyle
:
{
color
:
"#d4f7ff"
,
//更改坐标轴文字颜色
},
},
axisLine
:
{
show
:
true
,
lineStyle
:
{
color
:
"#d4f7ff"
,
// width: 1, //这里是为了突出显示加上的
color
:
"#125ba3"
,
},
},
},
...
...
@@ -322,8 +329,7 @@ export default defineComponent({
padding
:
10px
15px
;
margin-right
:
15px
;
// background: #f8f9fb;
background
:
rgba
(
25
,
125
,
237
,
0
.2
);
background
:
rgba
(
25
,
125
,
237
,
0
.2
);
border-radius
:
5px
;
font-size
:
14px
;
color
:
#d4f7ff
;
...
...
@@ -340,7 +346,7 @@ export default defineComponent({
margin-right
:
5px
;
color
:
#19ecff
;
}
.value-des-unit
{
.value-des-unit
{
color
:
#4198ff
;
}
}
...
...
src/views/dataCenter/industrial/model/TargetBar/index.vue
浏览文件 @
a7f33bb5
...
...
@@ -94,10 +94,17 @@ export default defineComponent({
xAxis
:
{
type
:
"category"
,
data
:
xAxisValue
,
axisLine
:
{
//横坐标轴文字颜色
axisLabel
:
{
show
:
true
,
textStyle
:
{
color
:
"#d4f7ff"
,
//更改坐标轴文字颜色
},
},
axisLine
:
{
show
:
true
,
lineStyle
:
{
color
:
"#d4f7ff"
,
// width: 1, //这里是为了突出显示加上的
color
:
"#125ba3"
,
},
},
},
...
...
@@ -111,8 +118,8 @@ export default defineComponent({
label
:
{
show
:
true
,
position
:
"top"
,
color
:
"#
19ec
ff"
,
// formatter: "{c}亿元
"
color
:
"#
ffff
ff"
,
formatter
:
"{c}分
"
},
data
:
this
.
seriesData
,
},
...
...
src/views/dataCenter/map/index.vue
浏览文件 @
a7f33bb5
...
...
@@ -87,7 +87,7 @@ export default defineComponent({
<
style
lang=
"scss"
scoped
>
.card-item
{
// background: #fff;
background-color
:
rgba
(
25
,
125
,
237
,
1
0
%
);
background-color
:
rgba
(
25
,
125
,
237
,
1
5
%
);
border-radius
:
5px
;
padding
:
16px
;
overflow
:
hidden
;
...
...
src/views/dataCenter/map/model/CardList/common.css
浏览文件 @
a7f33bb5
...
...
@@ -14,12 +14,12 @@
color
:
#d4f7ff
;
}
.color-pramiry
{
color
:
#
4198
ff
;
color
:
#
19ec
ff
;
margin-right
:
5px
;
}
.item-bg
{
padding
:
8px
;
background
:
rgba
(
25
,
125
,
237
,
0.
2
);
background
:
rgba
(
25
,
125
,
237
,
0.
1
);
border-radius
:
5px
;
}
.flex-row
{
...
...
src/views/dataCenter/map/model/CardList/strongArmy.vue
浏览文件 @
a7f33bb5
...
...
@@ -111,7 +111,7 @@ export default defineComponent({
@import
url("./common.css")
;
.item-bg
{
padding
:
12px
8px
;
background-color
:
rgba
(
25
,
125
,
237
,
2
0%
);
background-color
:
rgba
(
25
,
125
,
237
,
1
0%
);
}
.info
{
padding
:
10px
0
;
...
...
src/views/dataCenter/map/model/Income/index.vue
浏览文件 @
a7f33bb5
...
...
@@ -122,7 +122,7 @@ export default defineComponent({
lineStyle
:
{
// 使用深浅的间隔色
type
:
'dashed'
,
color
:
[
"#
0087ED
"
],
color
:
[
"#
125ba3
"
],
},
},
axisLine
:
{
...
...
@@ -141,7 +141,7 @@ export default defineComponent({
lineStyle
:
{
// 使用深浅的间隔色
type
:
'dashed'
,
color
:
[
"#
0087ED
"
],
color
:
[
"#
125ba3
"
],
},
},
axisLine
:
{
...
...
@@ -150,18 +150,23 @@ export default defineComponent({
// width: 1, //这里是为了突出显示加上的
},
},
splitLine
:
{
show
:
false
,
},
},
],
xAxis
:
{
type
:
"category"
,
data
:
xAxisValue
,
axisLine
:
{
//横坐标轴文字颜色
axisLabel
:
{
show
:
true
,
textStyle
:
{
color
:
"#d4f7ff"
,
//更改坐标轴文字颜色
},
},
axisLine
:
{
show
:
true
,
lineStyle
:
{
color
:
"#d4f7ff"
,
// width: 1, //这里是为了突出显示加上的
color
:
"#125ba3"
,
},
},
},
...
...
src/views/dataCenter/map/model/InvestmentProgress/index.vue
浏览文件 @
a7f33bb5
...
...
@@ -137,7 +137,7 @@ export default defineComponent({
lineStyle
:
{
type
:
'dashed'
,
// 使用深浅的间隔色
color
:
[
"#
0087ED
"
],
color
:
[
"#
125ba3
"
],
},
},
},
...
...
@@ -149,7 +149,7 @@ export default defineComponent({
lineStyle
:
{
// 使用深浅的间隔色
type
:
'dashed'
,
color
:
[
"#
0087ED
"
],
color
:
[
"#
125ba3
"
],
},
},
axisLine
:
{
...
...
@@ -165,10 +165,17 @@ export default defineComponent({
xAxis
:
{
type
:
"category"
,
data
:
xAxisValue
,
axisLine
:
{
//横坐标轴文字颜色
axisLabel
:
{
show
:
true
,
textStyle
:
{
color
:
"#d4f7ff"
,
//更改坐标轴文字颜色
},
},
axisLine
:
{
show
:
true
,
lineStyle
:
{
color
:
"#d4f7ff"
,
// width: 1, //这里是为了突出显示加上的
color
:
"#125ba3"
,
},
},
},
...
...
src/views/dataCenter/map/model/Performance/index.vue
浏览文件 @
a7f33bb5
...
...
@@ -15,11 +15,11 @@ import { mapState } from "vuex";
let
MAP_ECHARTS
=
null
;
enum
Bar_Enum
{
level_1
=
"#
4f5d81
"
,
level_2
=
"#
429a9d
"
,
level_3
=
"#0
07fb2
"
,
level_1
=
"#
23bcf9
"
,
level_2
=
"#
67bbf9
"
,
level_3
=
"#0
ecedd
"
,
level_4
=
"#eca933"
,
level_5
=
"#419
1
ff"
,
level_5
=
"#419
8
ff"
,
}
const
xAxisValue
=
[
...
...
@@ -105,9 +105,9 @@ export default defineComponent({
},
},
legend
:
{
textStyle
:
{
color
:
"#fff"
}
textStyle
:
{
color
:
"#fff"
,
},
},
grid
:
{
left
:
"0%"
,
...
...
@@ -127,19 +127,25 @@ export default defineComponent({
splitLine
:
{
lineStyle
:
{
// 使用深浅的间隔色
type
:
'dashed'
,
color
:
[
"#
0087ED
"
],
type
:
"dashed"
,
color
:
[
"#
125ba3
"
],
},
},
},
xAxis
:
{
type
:
"category"
,
data
:
xAxisValue
,
//横坐标轴文字颜色
axisLabel
:
{
show
:
true
,
textStyle
:
{
color
:
"#d4f7ff"
,
//更改坐标轴文字颜色
},
},
axisLine
:
{
show
:
true
,
lineStyle
:
{
color
:
"#d4f7ff"
,
// width: 1, //这里是为了突出显示加上的
color
:
"#125ba3"
,
},
},
},
...
...
src/views/dataCenter/map/model/RankList/index.vue
浏览文件 @
a7f33bb5
...
...
@@ -75,22 +75,19 @@ export default defineComponent({
font-weight
:
bold
;
font-size
:
14px
;
}
/* .el-scrollbar__wrap {
background: #0e4780 !important;
} */
.el-table__body
tr
:hover
>
td
{
background-color
:
#134087
!important
;
}
.el-table
tr
{
background
:
#0
c3a65
!important
;
background
:
#0
93971
!important
;
}
.el-table
td
.el-table__cell
,
.el-table
th
.el-table__cell.is-leaf
{
border-bottom
:
1px
dashed
#1
97ded
;
border-bottom
:
1px
dashed
#1
25ba3
;
}
.el-scrollbar
{
height
:
86%
;
border-bottom
:
1px
dashed
#1
97ded
;
border-bottom
:
1px
dashed
#1
25ba3
;
}
.el-table
.cell
{
color
:
#d4f7ff
;
...
...
@@ -99,7 +96,6 @@ export default defineComponent({
<
style
lang=
"scss"
scoped
>
.el-scrollbar
{
margin-top
:
10px
;
// background: red;
}
.tab-other-index
{
text-align
:
center
;
...
...
@@ -111,7 +107,6 @@ export default defineComponent({
justify-content
:
center
;
width
:
22px
;
height
:
22px
;
// border: 1px solid;
color
:
#fff
;
font-size
:
16px
;
font-family
:
tabTypeFace
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论