@bdsoft/element 1.1.27 → 1.1.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs +210 -210
- package/dist/cjs/src/components/chartconfig/index.vue.cjs +9 -6
- package/dist/cjs/src/utils/coms/load.cjs +8 -8
- package/dist/es/index.js +213 -213
- package/dist/es/src/components/3dcloudwords/index.vue.js +1 -1
- package/dist/es/src/components/badge/index.vue.js +1 -1
- package/dist/es/src/components/basic/Finish.vue.js +1 -1
- package/dist/es/src/components/button/index.vue.js +1 -1
- package/dist/es/src/components/carousel/index.vue.js +1 -1
- package/dist/es/src/components/chartconfig/index.vue.js +10 -7
- package/dist/es/src/components/contextMenu/index.vue.js +1 -1
- package/dist/es/src/components/countup/index.vue.js +1 -1
- package/dist/es/src/components/empty/building.vue.js +1 -1
- package/dist/es/src/components/empty/empty.vue.js +1 -1
- package/dist/es/src/components/empty/invalid.vue.js +1 -1
- package/dist/es/src/components/error/Error.vue.js +1 -1
- package/dist/es/src/components/form/Form.vue.js +1 -1
- package/dist/es/src/components/form/FormItem.vue.js +2 -2
- package/dist/es/src/components/layout/bar.vue.js +1 -1
- package/dist/es/src/components/layout/layout1.vue.js +1 -1
- package/dist/es/src/components/layout/layout2.vue.js +2 -2
- package/dist/es/src/components/layout/layout3.vue.js +1 -1
- package/dist/es/src/components/layout/layout4.vue.js +1 -1
- package/dist/es/src/components/layout/nav.vue.js +1 -1
- package/dist/es/src/components/loading/index.vue.js +1 -1
- package/dist/es/src/components/notice/NoticeList.vue.js +1 -1
- package/dist/es/src/components/notice/NoticeListPaging.vue.js +1 -1
- package/dist/es/src/components/notice/NoticeView.vue.js +1 -1
- package/dist/es/src/components/pagination/index.vue.js +1 -1
- package/dist/es/src/components/progress/bar.vue.js +1 -1
- package/dist/es/src/components/progress/progress.vue.js +1 -1
- package/dist/es/src/components/statisticalCount/index.vue.js +1 -1
- package/dist/es/src/components/username/index.vue.js +1 -1
- package/dist/es/src/utils/coms/load.js +9 -9
- package/dist/es/src/utils/hookDialog.js +1 -1
- package/dist/es/src/utils/hookPage.js +1 -1
- package/dist/es/src/utils/message.js +4 -4
- package/dist/es/src/xm_components/HeadSearch/hook/hookSearch.js +1 -1
- package/dist/es/src/xm_components/HeadSearch/index.vue.js +1 -1
- package/dist/es/src/xm_components/Milestone/index.vue.js +1 -1
- package/dist/es/src/xm_components/MultiStatisticalCard/index.vue.js +1 -1
- package/dist/es/src/xm_components/StatisticalCard/index.vue.js +1 -1
- package/package.json +4 -2
- package/src/components/chartconfig/index.vue +8 -5
- package/src/utils/coms/load.jsx +22 -9
package/dist/es/index.js
CHANGED
|
@@ -16970,36 +16970,9 @@
|
|
|
16970
16970
|
|
|
16971
16971
|
.bgwhite {
|
|
16972
16972
|
background-color: #fff;
|
|
16973
|
-
}
|
|
16974
|
-
|
|
16975
|
-
height: 100
|
|
16976
|
-
margin: 0 auto;
|
|
16977
|
-
display: flex;
|
|
16978
|
-
transform-style: preserve-3d;
|
|
16979
|
-
perspective: 200px;
|
|
16980
|
-
cursor: pointer;
|
|
16981
|
-
overflow: hidden;
|
|
16982
|
-
}
|
|
16983
|
-
#bdelogo[data-v-b6a6705f] {
|
|
16984
|
-
margin: auto;
|
|
16985
|
-
width: 715px;
|
|
16986
|
-
height: 493px;
|
|
16987
|
-
transform-style: preserve-3d;
|
|
16988
|
-
transition: all 0.2s;
|
|
16989
|
-
}
|
|
16990
|
-
.menubar[data-v-b6a6705f] {
|
|
16991
|
-
animation: im_icon-b6a6705f 2s linear infinite;
|
|
16992
|
-
}
|
|
16993
|
-
@keyframes im_icon-b6a6705f {
|
|
16994
|
-
0% {
|
|
16995
|
-
transform: translate(0, 0);
|
|
16996
|
-
}
|
|
16997
|
-
50% {
|
|
16998
|
-
transform: translate(0, 5px);
|
|
16999
|
-
}
|
|
17000
|
-
100% {
|
|
17001
|
-
transform: translate(0, 0);
|
|
17002
|
-
}
|
|
16973
|
+
}.headwarp-bottom[data-v-b6b4a0ff] {
|
|
16974
|
+
line-height: 100% !important;
|
|
16975
|
+
height: 100% !important;
|
|
17003
16976
|
}
|
|
17004
16977
|
:root {\r
|
|
17005
16978
|
--hoverbg: rgba(117, 144, 255, 0.05);
|
|
@@ -17094,9 +17067,36 @@ to {
|
|
|
17094
17067
|
}
|
|
17095
17068
|
.overlay-leave-to-bottom[data-v-cb04959d] {
|
|
17096
17069
|
transform: translateY(100%);
|
|
17097
|
-
}
|
|
17098
|
-
|
|
17099
|
-
height: 100
|
|
17070
|
+
}#emptywarp[data-v-b6a6705f] {
|
|
17071
|
+
width: 100%;
|
|
17072
|
+
height: 100%;
|
|
17073
|
+
margin: 0 auto;
|
|
17074
|
+
display: flex;
|
|
17075
|
+
transform-style: preserve-3d;
|
|
17076
|
+
perspective: 200px;
|
|
17077
|
+
cursor: pointer;
|
|
17078
|
+
overflow: hidden;
|
|
17079
|
+
}
|
|
17080
|
+
#bdelogo[data-v-b6a6705f] {
|
|
17081
|
+
margin: auto;
|
|
17082
|
+
width: 715px;
|
|
17083
|
+
height: 493px;
|
|
17084
|
+
transform-style: preserve-3d;
|
|
17085
|
+
transition: all 0.2s;
|
|
17086
|
+
}
|
|
17087
|
+
.menubar[data-v-b6a6705f] {
|
|
17088
|
+
animation: im_icon-b6a6705f 2s linear infinite;
|
|
17089
|
+
}
|
|
17090
|
+
@keyframes im_icon-b6a6705f {
|
|
17091
|
+
0% {
|
|
17092
|
+
transform: translate(0, 0);
|
|
17093
|
+
}
|
|
17094
|
+
50% {
|
|
17095
|
+
transform: translate(0, 5px);
|
|
17096
|
+
}
|
|
17097
|
+
100% {
|
|
17098
|
+
transform: translate(0, 0);
|
|
17099
|
+
}
|
|
17100
17100
|
}.bd-badge[data-v-98339f12] {
|
|
17101
17101
|
position: relative;
|
|
17102
17102
|
display: inline-block;
|
|
@@ -17219,6 +17219,17 @@ to {
|
|
|
17219
17219
|
transform: translate(50%, -50%) rotate(360deg);
|
|
17220
17220
|
transform-origin: 50%;
|
|
17221
17221
|
}
|
|
17222
|
+
}.main[data-v-1da747ee] {
|
|
17223
|
+
background-color: var(--bdBgcolor);
|
|
17224
|
+
padding: 10px;
|
|
17225
|
+
height: 100%;
|
|
17226
|
+
}
|
|
17227
|
+
.main .page-warp[data-v-1da747ee] {
|
|
17228
|
+
background: #fff;
|
|
17229
|
+
color: rgba(0, 0, 0, 0.65);
|
|
17230
|
+
height: 100%;
|
|
17231
|
+
border-radius: 5px;
|
|
17232
|
+
transition: all 0.3s;
|
|
17222
17233
|
}.maincon[data-v-0b11619a] {
|
|
17223
17234
|
background: radial-gradient(circle at 14% 85%, #e7ecf7 0, rgba(231, 236, 247, 0) 37%), radial-gradient(circle at 3.4% 3.7%, rgba(245, 237, 241, 0.5) 0, rgba(245, 237, 241, 0) 28%), radial-gradient(circle at 100% 18%, #e8ebea 0, hsla(160, 7%, 92%, 0) 30%), linear-gradient(180deg, #f5f4f6, #e6ebf7);
|
|
17224
17235
|
overflow: hidden;
|
|
@@ -17247,17 +17258,6 @@ to {
|
|
|
17247
17258
|
}
|
|
17248
17259
|
.top_search[data-v-0b11619a] .el-input__wrapper {
|
|
17249
17260
|
border-radius: 20px;
|
|
17250
|
-
}.main[data-v-1da747ee] {
|
|
17251
|
-
background-color: var(--bdBgcolor);
|
|
17252
|
-
padding: 10px;
|
|
17253
|
-
height: 100%;
|
|
17254
|
-
}
|
|
17255
|
-
.main .page-warp[data-v-1da747ee] {
|
|
17256
|
-
background: #fff;
|
|
17257
|
-
color: rgba(0, 0, 0, 0.65);
|
|
17258
|
-
height: 100%;
|
|
17259
|
-
border-radius: 5px;
|
|
17260
|
-
transition: all 0.3s;
|
|
17261
17261
|
}.headwarp[data-v-05e55ce7] {
|
|
17262
17262
|
padding: 0 10px !important;
|
|
17263
17263
|
}
|
|
@@ -17476,6 +17476,23 @@ to {
|
|
|
17476
17476
|
font-size: 15px;
|
|
17477
17477
|
color: #666;
|
|
17478
17478
|
font-weight: bold;
|
|
17479
|
+
}.basicwarp[data-v-3ca6df40] {
|
|
17480
|
+
display: flex;
|
|
17481
|
+
align-items: center;
|
|
17482
|
+
height: 100%;
|
|
17483
|
+
width: 100%;
|
|
17484
|
+
}
|
|
17485
|
+
[data-v-3ca6df40] .el-statistic__head {
|
|
17486
|
+
font-size: 17px;
|
|
17487
|
+
text-align: center;
|
|
17488
|
+
color: #737070 !important;
|
|
17489
|
+
}
|
|
17490
|
+
[data-v-3ca6df40] .el-statistic__content {
|
|
17491
|
+
font-size: 28px;
|
|
17492
|
+
text-align: center;
|
|
17493
|
+
font-weight: 600;
|
|
17494
|
+
color: #737070 !important;
|
|
17495
|
+
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
17479
17496
|
}
|
|
17480
17497
|
.investment-card[data-v-3d87c2cc] {\r
|
|
17481
17498
|
background: #fff;\r
|
|
@@ -17533,24 +17550,7 @@ to {
|
|
|
17533
17550
|
font-size: 14px;\r
|
|
17534
17551
|
color: #666;
|
|
17535
17552
|
}\r
|
|
17536
|
-
.
|
|
17537
|
-
display: flex;
|
|
17538
|
-
align-items: center;
|
|
17539
|
-
height: 100%;
|
|
17540
|
-
width: 100%;
|
|
17541
|
-
}
|
|
17542
|
-
[data-v-3ca6df40] .el-statistic__head {
|
|
17543
|
-
font-size: 17px;
|
|
17544
|
-
text-align: center;
|
|
17545
|
-
color: #737070 !important;
|
|
17546
|
-
}
|
|
17547
|
-
[data-v-3ca6df40] .el-statistic__content {
|
|
17548
|
-
font-size: 28px;
|
|
17549
|
-
text-align: center;
|
|
17550
|
-
font-weight: 600;
|
|
17551
|
-
color: #737070 !important;
|
|
17552
|
-
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
17553
|
-
}.banner-bg[data-v-ade8f2df] {
|
|
17553
|
+
.banner-bg[data-v-ade8f2df] {
|
|
17554
17554
|
height: 560px;
|
|
17555
17555
|
background-color: rgba(255, 255, 255, 0.0980392157);
|
|
17556
17556
|
border-radius: 10px;
|
|
@@ -17566,63 +17566,57 @@ to {
|
|
|
17566
17566
|
.img[data-v-ade8f2df] {
|
|
17567
17567
|
width: 100%;
|
|
17568
17568
|
height: 100%;
|
|
17569
|
+
}.docview[data-v-0efe49df] {
|
|
17570
|
+
text-align: center;
|
|
17569
17571
|
}
|
|
17570
|
-
.
|
|
17571
|
-
|
|
17572
|
-
|
|
17573
|
-
|
|
17574
|
-
|
|
17572
|
+
.noticeTitle[data-v-0efe49df] {
|
|
17573
|
+
font-size: 20px;
|
|
17574
|
+
color: #444;
|
|
17575
|
+
margin-top: 30px;
|
|
17576
|
+
margin: 0 auto;
|
|
17575
17577
|
}
|
|
17576
|
-
.
|
|
17577
|
-
margin-
|
|
17578
|
+
.notice_icon[data-v-0efe49df] {
|
|
17579
|
+
margin-right: 6px;
|
|
17578
17580
|
}
|
|
17579
|
-
.
|
|
17581
|
+
.header span[data-v-487da12e] {
|
|
17582
|
+
color: rgb(68, 68, 68) !important;
|
|
17583
|
+
}
|
|
17584
|
+
.noticeul[data-v-487da12e] {
|
|
17585
|
+
height: calc(100% - 50px);
|
|
17580
17586
|
font-size: 14px;
|
|
17581
17587
|
}
|
|
17582
|
-
.noticeul .noticeli[data-v-
|
|
17588
|
+
.noticeul .noticeli[data-v-487da12e] {
|
|
17583
17589
|
display: flex;
|
|
17584
17590
|
align-items: center;
|
|
17585
|
-
margin-left:
|
|
17591
|
+
margin-left: 10px;
|
|
17586
17592
|
line-height: 39px;
|
|
17587
17593
|
cursor: pointer;
|
|
17588
17594
|
}
|
|
17589
|
-
.noticeul .noticeli .
|
|
17590
|
-
display: inline-block;
|
|
17591
|
-
font-size: 14px;
|
|
17592
|
-
margin-left: 8px;
|
|
17593
|
-
color: #909399;
|
|
17594
|
-
white-space: nowrap; /*强制span不换行*/
|
|
17595
|
-
display: inline-block; /*将span当做块级元素对待*/
|
|
17596
|
-
width: 20px; /*限制宽度*/
|
|
17597
|
-
overflow: hidden; /*超出宽度部分隐藏*/
|
|
17598
|
-
text-overflow: ellipsis; /*超出部分以点号代替*/
|
|
17599
|
-
}
|
|
17600
|
-
.noticeul .noticeli .noticetitle[data-v-52d68704] {
|
|
17595
|
+
.noticeul .noticeli .noticespan[data-v-487da12e] {
|
|
17601
17596
|
display: inline-block;
|
|
17602
17597
|
font-size: 14px;
|
|
17603
17598
|
margin-left: 8px;
|
|
17604
|
-
color: #
|
|
17599
|
+
color: #333;
|
|
17605
17600
|
white-space: nowrap; /*强制span不换行*/
|
|
17606
17601
|
display: inline-block; /*将span当做块级元素对待*/
|
|
17607
|
-
width: calc(100% -
|
|
17602
|
+
width: calc(100% - 294px); /*限制宽度*/
|
|
17608
17603
|
overflow: hidden; /*超出宽度部分隐藏*/
|
|
17609
17604
|
text-overflow: ellipsis; /*超出部分以点号代替*/
|
|
17610
17605
|
}
|
|
17611
|
-
.noticeul .noticeli .
|
|
17606
|
+
.noticeul .noticeli .noticespan1[data-v-487da12e] {
|
|
17612
17607
|
display: inline-block;
|
|
17613
17608
|
font-size: 14px;
|
|
17614
17609
|
margin-left: 8px;
|
|
17615
|
-
color: #909399;
|
|
17616
17610
|
white-space: nowrap; /*强制span不换行*/
|
|
17617
17611
|
display: inline-block; /*将span当做块级元素对待*/
|
|
17618
17612
|
width: 120px; /*限制宽度*/
|
|
17619
17613
|
overflow: hidden; /*超出宽度部分隐藏*/
|
|
17620
17614
|
text-overflow: ellipsis; /*超出部分以点号代替*/
|
|
17621
17615
|
}
|
|
17622
|
-
.noticeul .noticeli .title-content[data-v-
|
|
17616
|
+
.noticeul .noticeli .title-content[data-v-487da12e] {
|
|
17623
17617
|
display: inline-block;
|
|
17624
17618
|
}
|
|
17625
|
-
.noticeul .noticeli .title-content-index[data-v-
|
|
17619
|
+
.noticeul .noticeli .title-content-index[data-v-487da12e] {
|
|
17626
17620
|
display: inline-block;
|
|
17627
17621
|
font-size: 15px;
|
|
17628
17622
|
font-weight: bold;
|
|
@@ -17636,81 +17630,97 @@ to {
|
|
|
17636
17630
|
color: #9195a3;
|
|
17637
17631
|
top: 1px;
|
|
17638
17632
|
}
|
|
17639
|
-
.noticeul .noticeli .c-index-top1[data-v-
|
|
17633
|
+
.noticeul .noticeli .c-index-top1[data-v-487da12e] {
|
|
17640
17634
|
color: #fe2d46;
|
|
17641
17635
|
}
|
|
17642
|
-
.noticeul .noticeli .c-index-top2[data-v-
|
|
17636
|
+
.noticeul .noticeli .c-index-top2[data-v-487da12e] {
|
|
17643
17637
|
color: #f60;
|
|
17644
17638
|
}
|
|
17645
|
-
.noticeul .noticeli .c-index-top3[data-v-
|
|
17639
|
+
.noticeul .noticeli .c-index-top3[data-v-487da12e] {
|
|
17646
17640
|
color: #faa90e;
|
|
17647
17641
|
}
|
|
17648
|
-
.noticeul .noticeli[data-v-
|
|
17642
|
+
.noticeul .noticeli[data-v-487da12e]:hover {
|
|
17649
17643
|
color: #409eff;
|
|
17650
17644
|
}
|
|
17651
|
-
.noticeul .noticeli:hover span[data-v-
|
|
17645
|
+
.noticeul .noticeli:hover span[data-v-487da12e] {
|
|
17652
17646
|
color: #409eff;
|
|
17653
17647
|
}
|
|
17654
|
-
[data-v-
|
|
17655
|
-
|
|
17656
|
-
|
|
17657
|
-
|
|
17658
|
-
|
|
17648
|
+
.page[data-v-487da12e] {
|
|
17649
|
+
height: 30px;
|
|
17650
|
+
display: flex;
|
|
17651
|
+
align-items: center;
|
|
17652
|
+
margin-top: 20px;
|
|
17659
17653
|
}
|
|
17660
|
-
.
|
|
17661
|
-
|
|
17662
|
-
height: 100%;
|
|
17663
|
-
}.docview[data-v-0efe49df] {
|
|
17654
|
+
.page .pagination[data-v-487da12e] {
|
|
17655
|
+
margin-left: 10px;
|
|
17664
17656
|
text-align: center;
|
|
17665
17657
|
}
|
|
17666
|
-
.
|
|
17667
|
-
|
|
17668
|
-
color: #444;
|
|
17669
|
-
margin-top: 30px;
|
|
17670
|
-
margin: 0 auto;
|
|
17658
|
+
.noticevisit[data-v-487da12e] {
|
|
17659
|
+
color: #a90000;
|
|
17671
17660
|
}
|
|
17672
|
-
.
|
|
17673
|
-
|
|
17661
|
+
.noticecategory[data-v-487da12e] {
|
|
17662
|
+
color: #005eac;
|
|
17663
|
+
margin-right: 10px;
|
|
17674
17664
|
}
|
|
17675
|
-
.
|
|
17676
|
-
|
|
17665
|
+
.noticewarp[data-v-487da12e] {
|
|
17666
|
+
position: relative;
|
|
17677
17667
|
}
|
|
17678
|
-
.
|
|
17679
|
-
|
|
17668
|
+
.card-header-title[data-v-52d68704] {
|
|
17669
|
+
display: flex;
|
|
17670
|
+
justify-content: space-between;
|
|
17671
|
+
align-items: center;
|
|
17672
|
+
color: #909399;
|
|
17673
|
+
}
|
|
17674
|
+
.card-header-title span[data-v-52d68704] {
|
|
17675
|
+
margin-left: 8px;
|
|
17676
|
+
}
|
|
17677
|
+
.noticeul[data-v-52d68704] {
|
|
17680
17678
|
font-size: 14px;
|
|
17681
17679
|
}
|
|
17682
|
-
.noticeul .noticeli[data-v-
|
|
17680
|
+
.noticeul .noticeli[data-v-52d68704] {
|
|
17683
17681
|
display: flex;
|
|
17684
17682
|
align-items: center;
|
|
17685
|
-
margin-left:
|
|
17683
|
+
margin-left: 20px;
|
|
17686
17684
|
line-height: 39px;
|
|
17687
17685
|
cursor: pointer;
|
|
17688
17686
|
}
|
|
17689
|
-
.noticeul .noticeli .
|
|
17687
|
+
.noticeul .noticeli .noticetype[data-v-52d68704] {
|
|
17690
17688
|
display: inline-block;
|
|
17691
17689
|
font-size: 14px;
|
|
17692
17690
|
margin-left: 8px;
|
|
17693
|
-
color: #
|
|
17691
|
+
color: #909399;
|
|
17694
17692
|
white-space: nowrap; /*强制span不换行*/
|
|
17695
17693
|
display: inline-block; /*将span当做块级元素对待*/
|
|
17696
|
-
width:
|
|
17694
|
+
width: 20px; /*限制宽度*/
|
|
17697
17695
|
overflow: hidden; /*超出宽度部分隐藏*/
|
|
17698
17696
|
text-overflow: ellipsis; /*超出部分以点号代替*/
|
|
17699
17697
|
}
|
|
17700
|
-
.noticeul .noticeli .
|
|
17698
|
+
.noticeul .noticeli .noticetitle[data-v-52d68704] {
|
|
17699
|
+
display: inline-block;
|
|
17700
|
+
font-size: 14px;
|
|
17701
|
+
margin-left: 8px;
|
|
17702
|
+
color: #909399;
|
|
17703
|
+
white-space: nowrap; /*强制span不换行*/
|
|
17704
|
+
display: inline-block; /*将span当做块级元素对待*/
|
|
17705
|
+
width: calc(100% - 174px); /*限制宽度*/
|
|
17706
|
+
overflow: hidden; /*超出宽度部分隐藏*/
|
|
17707
|
+
text-overflow: ellipsis; /*超出部分以点号代替*/
|
|
17708
|
+
}
|
|
17709
|
+
.noticeul .noticeli .noticedate[data-v-52d68704] {
|
|
17701
17710
|
display: inline-block;
|
|
17702
17711
|
font-size: 14px;
|
|
17703
17712
|
margin-left: 8px;
|
|
17713
|
+
color: #909399;
|
|
17704
17714
|
white-space: nowrap; /*强制span不换行*/
|
|
17705
17715
|
display: inline-block; /*将span当做块级元素对待*/
|
|
17706
17716
|
width: 120px; /*限制宽度*/
|
|
17707
17717
|
overflow: hidden; /*超出宽度部分隐藏*/
|
|
17708
17718
|
text-overflow: ellipsis; /*超出部分以点号代替*/
|
|
17709
17719
|
}
|
|
17710
|
-
.noticeul .noticeli .title-content[data-v-
|
|
17720
|
+
.noticeul .noticeli .title-content[data-v-52d68704] {
|
|
17711
17721
|
display: inline-block;
|
|
17712
17722
|
}
|
|
17713
|
-
.noticeul .noticeli .title-content-index[data-v-
|
|
17723
|
+
.noticeul .noticeli .title-content-index[data-v-52d68704] {
|
|
17714
17724
|
display: inline-block;
|
|
17715
17725
|
font-size: 15px;
|
|
17716
17726
|
font-weight: bold;
|
|
@@ -17724,41 +17734,31 @@ to {
|
|
|
17724
17734
|
color: #9195a3;
|
|
17725
17735
|
top: 1px;
|
|
17726
17736
|
}
|
|
17727
|
-
.noticeul .noticeli .c-index-top1[data-v-
|
|
17737
|
+
.noticeul .noticeli .c-index-top1[data-v-52d68704] {
|
|
17728
17738
|
color: #fe2d46;
|
|
17729
17739
|
}
|
|
17730
|
-
.noticeul .noticeli .c-index-top2[data-v-
|
|
17740
|
+
.noticeul .noticeli .c-index-top2[data-v-52d68704] {
|
|
17731
17741
|
color: #f60;
|
|
17732
17742
|
}
|
|
17733
|
-
.noticeul .noticeli .c-index-top3[data-v-
|
|
17743
|
+
.noticeul .noticeli .c-index-top3[data-v-52d68704] {
|
|
17734
17744
|
color: #faa90e;
|
|
17735
17745
|
}
|
|
17736
|
-
.noticeul .noticeli[data-v-
|
|
17746
|
+
.noticeul .noticeli[data-v-52d68704]:hover {
|
|
17737
17747
|
color: #409eff;
|
|
17738
17748
|
}
|
|
17739
|
-
.noticeul .noticeli:hover span[data-v-
|
|
17749
|
+
.noticeul .noticeli:hover span[data-v-52d68704] {
|
|
17740
17750
|
color: #409eff;
|
|
17741
17751
|
}
|
|
17742
|
-
|
|
17743
|
-
|
|
17744
|
-
display: flex;
|
|
17745
|
-
align-items: center;
|
|
17746
|
-
margin-top: 20px;
|
|
17747
|
-
}
|
|
17748
|
-
.page .pagination[data-v-487da12e] {
|
|
17749
|
-
margin-left: 10px;
|
|
17750
|
-
text-align: center;
|
|
17751
|
-
}
|
|
17752
|
-
.noticevisit[data-v-487da12e] {
|
|
17753
|
-
color: #a90000;
|
|
17752
|
+
[data-v-52d68704] .el-carousel__arrow--left {
|
|
17753
|
+
display: none;
|
|
17754
17754
|
}
|
|
17755
|
-
|
|
17756
|
-
|
|
17757
|
-
margin-right: 10px;
|
|
17755
|
+
[data-v-52d68704] .el-carousel__arrow--right {
|
|
17756
|
+
display: none;
|
|
17758
17757
|
}
|
|
17759
|
-
.
|
|
17760
|
-
|
|
17761
|
-
|
|
17758
|
+
.carousel[data-v-52d68704] {
|
|
17759
|
+
width: 100%;
|
|
17760
|
+
height: 100%;
|
|
17761
|
+
}#emptywarp[data-v-7e3643ba] {
|
|
17762
17762
|
width: 100%;
|
|
17763
17763
|
height: 100%;
|
|
17764
17764
|
margin: 0 auto;
|
|
@@ -17768,17 +17768,14 @@ to {
|
|
|
17768
17768
|
cursor: pointer;
|
|
17769
17769
|
overflow: hidden;
|
|
17770
17770
|
}
|
|
17771
|
-
#bdelogo[data-v-
|
|
17771
|
+
#bdelogo[data-v-7e3643ba] {
|
|
17772
17772
|
margin: auto;
|
|
17773
17773
|
width: 715px;
|
|
17774
17774
|
height: 493px;
|
|
17775
17775
|
transform-style: preserve-3d;
|
|
17776
17776
|
transition: all 0.2s;
|
|
17777
17777
|
}
|
|
17778
|
-
|
|
17779
|
-
animation: im_icon-303b20e6 2s linear infinite;
|
|
17780
|
-
}
|
|
17781
|
-
@keyframes im_icon-303b20e6 {
|
|
17778
|
+
@keyframes im_icon-7e3643ba {
|
|
17782
17779
|
0% {
|
|
17783
17780
|
transform: translate(0, 0);
|
|
17784
17781
|
}
|
|
@@ -17788,7 +17785,7 @@ to {
|
|
|
17788
17785
|
100% {
|
|
17789
17786
|
transform: translate(0, 0);
|
|
17790
17787
|
}
|
|
17791
|
-
}#emptywarp[data-v-
|
|
17788
|
+
}#emptywarp[data-v-303b20e6] {
|
|
17792
17789
|
width: 100%;
|
|
17793
17790
|
height: 100%;
|
|
17794
17791
|
margin: 0 auto;
|
|
@@ -17798,14 +17795,17 @@ to {
|
|
|
17798
17795
|
cursor: pointer;
|
|
17799
17796
|
overflow: hidden;
|
|
17800
17797
|
}
|
|
17801
|
-
#bdelogo[data-v-
|
|
17798
|
+
#bdelogo[data-v-303b20e6] {
|
|
17802
17799
|
margin: auto;
|
|
17803
17800
|
width: 715px;
|
|
17804
17801
|
height: 493px;
|
|
17805
17802
|
transform-style: preserve-3d;
|
|
17806
17803
|
transition: all 0.2s;
|
|
17807
17804
|
}
|
|
17808
|
-
|
|
17805
|
+
.menubar[data-v-303b20e6] {
|
|
17806
|
+
animation: im_icon-303b20e6 2s linear infinite;
|
|
17807
|
+
}
|
|
17808
|
+
@keyframes im_icon-303b20e6 {
|
|
17809
17809
|
0% {
|
|
17810
17810
|
transform: translate(0, 0);
|
|
17811
17811
|
}
|
|
@@ -17875,6 +17875,12 @@ to {
|
|
|
17875
17875
|
stroke-dashoffset: 597;
|
|
17876
17876
|
/* 动画结束时偏移量为2倍周长 */
|
|
17877
17877
|
}
|
|
17878
|
+
}.bd-progress[data-v-c47dfdea] .el-progress-bar .el-progress-bar__outer {
|
|
17879
|
+
border-radius: 5px !important;
|
|
17880
|
+
background-color: #07215c;
|
|
17881
|
+
}
|
|
17882
|
+
.bd-progress[data-v-c47dfdea] .el-progress-bar .el-progress-bar__outer .el-progress-bar__inner {
|
|
17883
|
+
border-radius: 5px !important;
|
|
17878
17884
|
}
|
|
17879
17885
|
.pagination-container[data-v-fb0b6e71] {\r
|
|
17880
17886
|
background: #fff;\r
|
|
@@ -17884,13 +17890,7 @@ to {
|
|
|
17884
17890
|
.pagination-container.hidden[data-v-fb0b6e71] {\r
|
|
17885
17891
|
display: none;
|
|
17886
17892
|
}\r
|
|
17887
|
-
|
|
17888
|
-
border-radius: 5px !important;
|
|
17889
|
-
background-color: #07215c;
|
|
17890
|
-
}
|
|
17891
|
-
.bd-progress[data-v-c47dfdea] .el-progress-bar .el-progress-bar__outer .el-progress-bar__inner {
|
|
17892
|
-
border-radius: 5px !important;
|
|
17893
|
-
}
|
|
17893
|
+
|
|
17894
17894
|
/* 容器和长条的基本样式 */
|
|
17895
17895
|
.status-bar-container[data-v-ad7a80a7] {
|
|
17896
17896
|
overflow: hidden;
|
|
@@ -17899,6 +17899,55 @@ to {
|
|
|
17899
17899
|
.bar[data-v-ad7a80a7] {
|
|
17900
17900
|
height: 100%;
|
|
17901
17901
|
/* 长条高度充满容器 */
|
|
17902
|
+
}
|
|
17903
|
+
.context-menu-container[data-v-d29d1e99] {
|
|
17904
|
+
position: relative;
|
|
17905
|
+
width: 100%;
|
|
17906
|
+
height: 100%;
|
|
17907
|
+
}
|
|
17908
|
+
.context-menu[data-v-d29d1e99] {
|
|
17909
|
+
position: fixed;
|
|
17910
|
+
background-color: #fff;
|
|
17911
|
+
width: 180px;
|
|
17912
|
+
border-radius: 4px;
|
|
17913
|
+
padding: 0;
|
|
17914
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
17915
|
+
z-index: 1000;
|
|
17916
|
+
overflow: hidden;
|
|
17917
|
+
}
|
|
17918
|
+
.context-menu ul[data-v-d29d1e99] {
|
|
17919
|
+
margin: 0;
|
|
17920
|
+
padding: 0;
|
|
17921
|
+
list-style: none;
|
|
17922
|
+
}
|
|
17923
|
+
.context-menu ul .menu-item[data-v-d29d1e99] {
|
|
17924
|
+
margin: 0;
|
|
17925
|
+
padding: 0 16px;
|
|
17926
|
+
height: 40px;
|
|
17927
|
+
line-height: 40px;
|
|
17928
|
+
text-align: left;
|
|
17929
|
+
cursor: pointer;
|
|
17930
|
+
font-size: 14px;
|
|
17931
|
+
color: #333;
|
|
17932
|
+
display: flex;
|
|
17933
|
+
align-items: center;
|
|
17934
|
+
}
|
|
17935
|
+
.context-menu ul .menu-item[data-v-d29d1e99]:hover {
|
|
17936
|
+
background-color: #f5f7fa;
|
|
17937
|
+
color: #409eff;
|
|
17938
|
+
}
|
|
17939
|
+
.context-menu ul .menu-item span[data-v-d29d1e99] {
|
|
17940
|
+
margin-left: 8px;
|
|
17941
|
+
font-size: 12px;
|
|
17942
|
+
}
|
|
17943
|
+
|
|
17944
|
+
/* 菜单动画 */
|
|
17945
|
+
.menu-fade-enter-active[data-v-d29d1e99], .menu-fade-leave-active[data-v-d29d1e99] {
|
|
17946
|
+
transition: opacity 0.2s, transform 0.2s;
|
|
17947
|
+
}
|
|
17948
|
+
.menu-fade-enter-from[data-v-d29d1e99], .menu-fade-leave-to[data-v-d29d1e99] {
|
|
17949
|
+
opacity: 0;
|
|
17950
|
+
transform: translateY(-10px);
|
|
17902
17951
|
}.page-loading[data-v-70ce6087] {
|
|
17903
17952
|
height: 100%;
|
|
17904
17953
|
vertical-align: middle;
|
|
@@ -17974,55 +18023,6 @@ to {
|
|
|
17974
18023
|
-webkit-transform: scaleY(1);
|
|
17975
18024
|
}
|
|
17976
18025
|
}
|
|
17977
|
-
.context-menu-container[data-v-d29d1e99] {
|
|
17978
|
-
position: relative;
|
|
17979
|
-
width: 100%;
|
|
17980
|
-
height: 100%;
|
|
17981
|
-
}
|
|
17982
|
-
.context-menu[data-v-d29d1e99] {
|
|
17983
|
-
position: fixed;
|
|
17984
|
-
background-color: #fff;
|
|
17985
|
-
width: 180px;
|
|
17986
|
-
border-radius: 4px;
|
|
17987
|
-
padding: 0;
|
|
17988
|
-
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
17989
|
-
z-index: 1000;
|
|
17990
|
-
overflow: hidden;
|
|
17991
|
-
}
|
|
17992
|
-
.context-menu ul[data-v-d29d1e99] {
|
|
17993
|
-
margin: 0;
|
|
17994
|
-
padding: 0;
|
|
17995
|
-
list-style: none;
|
|
17996
|
-
}
|
|
17997
|
-
.context-menu ul .menu-item[data-v-d29d1e99] {
|
|
17998
|
-
margin: 0;
|
|
17999
|
-
padding: 0 16px;
|
|
18000
|
-
height: 40px;
|
|
18001
|
-
line-height: 40px;
|
|
18002
|
-
text-align: left;
|
|
18003
|
-
cursor: pointer;
|
|
18004
|
-
font-size: 14px;
|
|
18005
|
-
color: #333;
|
|
18006
|
-
display: flex;
|
|
18007
|
-
align-items: center;
|
|
18008
|
-
}
|
|
18009
|
-
.context-menu ul .menu-item[data-v-d29d1e99]:hover {
|
|
18010
|
-
background-color: #f5f7fa;
|
|
18011
|
-
color: #409eff;
|
|
18012
|
-
}
|
|
18013
|
-
.context-menu ul .menu-item span[data-v-d29d1e99] {
|
|
18014
|
-
margin-left: 8px;
|
|
18015
|
-
font-size: 12px;
|
|
18016
|
-
}
|
|
18017
|
-
|
|
18018
|
-
/* 菜单动画 */
|
|
18019
|
-
.menu-fade-enter-active[data-v-d29d1e99], .menu-fade-leave-active[data-v-d29d1e99] {
|
|
18020
|
-
transition: opacity 0.2s, transform 0.2s;
|
|
18021
|
-
}
|
|
18022
|
-
.menu-fade-enter-from[data-v-d29d1e99], .menu-fade-leave-to[data-v-d29d1e99] {
|
|
18023
|
-
opacity: 0;
|
|
18024
|
-
transform: translateY(-10px);
|
|
18025
|
-
}
|
|
18026
18026
|
.container[data-v-d5fbfbee] {
|
|
18027
18027
|
display: flex;
|
|
18028
18028
|
align-items: center;
|
|
@@ -18098,8 +18098,8 @@ import "./src/assets/css/element.scss.js";
|
|
|
18098
18098
|
import "./node_modules/.pnpm/splitpanes@4.0.4_vue@3.5.25_typescript@5.4.5_/node_modules/splitpanes/dist/splitpanes.css.js";
|
|
18099
18099
|
import "./src/assets/css/layout.scss.js";
|
|
18100
18100
|
import "./src/assets/css/tailwind.scss.js";
|
|
18101
|
-
|
|
18102
|
-
|
|
18101
|
+
import { Splitpanes, Pane } from "splitpanes";
|
|
18102
|
+
import * as ElementPlusIconsVue from "@element-plus/icons-vue";
|
|
18103
18103
|
import LoadComponent from "./src/utils/coms/load.js";
|
|
18104
18104
|
import * as index from "./src/index.js";
|
|
18105
18105
|
import { closeLoading, confirm, hideloading, showLoading, showalert, showconfirm, showconfirminfo, showerror, showinfo, showloading, shownotiinfo, showsuccess, showwarning } from "./src/utils/message.js";
|
|
@@ -18114,7 +18114,7 @@ import { default as default5 } from "./src/components/form/FormItem.vue.js";
|
|
|
18114
18114
|
import { default as default6 } from "./src/components/form/Form.vue.js";
|
|
18115
18115
|
import { default as default7 } from "./src/components/button/index.vue.js";
|
|
18116
18116
|
import { default as default8 } from "./src/components/countup/index.vue.js";
|
|
18117
|
-
|
|
18117
|
+
import { ElLoading, ElMessage, ElMessageBox, ElNotification } from "element-plus";
|
|
18118
18118
|
import { default as default9 } from "./src/components/statisticalCount/index.vue.js";
|
|
18119
18119
|
import { default as default10 } from "./src/components/empty/building.vue.js";
|
|
18120
18120
|
import { default as default11 } from "./src/components/username/index.vue.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { ref, computed, onMounted, onUnmounted, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
2
|
import p from "./index.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
4
|
__name: "index",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { useAttrs, ref, computed, createElementBlock, openBlock, mergeProps, unref, createElementVNode, normalizeStyle, normalizeClass, toDisplayString } from "vue";
|
|
2
2
|
import "./index.vue2.js";
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const _sfc_main = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { createElementBlock, openBlock, normalizeStyle, createElementVNode, toDisplayString } from "vue";
|
|
2
2
|
import "./Finish.vue2.js";
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const _hoisted_1 = { class: "title" };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { ref, useSlots, resolveComponent, createBlock, openBlock, withCtx, createElementBlock, renderSlot, Fragment, createTextVNode, toDisplayString } from "vue";
|
|
2
2
|
const _sfc_main = {
|
|
3
3
|
__name: "index",
|
|
4
4
|
props: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { onMounted, resolveComponent, createElementBlock, openBlock, createElementVNode, createVNode, withCtx, Fragment, renderList, createBlock, createCommentVNode, resolveDynamicComponent } from "vue";
|
|
2
2
|
import "./index.vue2.js";
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const _hoisted_1 = { class: "banner-bg" };
|