|
@@ -1,6 +1,7 @@
|
1
|
1
|
<template>
|
2
|
2
|
<!--批量删除-->
|
3
|
|
- <div class="main-contain new-main-contain">
|
|
3
|
+ <div class="main-contain">
|
|
4
|
+ <div class="app-container">
|
4
|
5
|
<div class="bannar_list">
|
5
|
6
|
<div class="banner_left">
|
6
|
7
|
<div>
|
|
@@ -76,13 +77,14 @@
|
76
|
77
|
</div>
|
77
|
78
|
|
78
|
79
|
<el-container>
|
79
|
|
- <div class="mainLeft">
|
|
80
|
+ <div style="width: 211px;height: 70vh;border: 1px solid #DCDFE6;box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%), 0 0 6px 0 rgb(0 0 0 / 4%);">
|
80
|
81
|
<el-table
|
81
|
82
|
border
|
|
83
|
+ height="70vh"
|
82
|
84
|
ref="multipleTable"
|
83
|
85
|
:data="tableData"
|
84
|
86
|
tooltip-effect="dark"
|
85
|
|
- style="width: 100%; min-height: 70vh"
|
|
87
|
+ style="width: 100%;"
|
86
|
88
|
@selection-change="handleSelectionChange"
|
87
|
89
|
@current-change="test"
|
88
|
90
|
:row-style="{ color: '#303133' }"
|
|
@@ -97,7 +99,9 @@
|
97
|
99
|
</el-table-column>
|
98
|
100
|
</el-table>
|
99
|
101
|
</div>
|
100
|
|
- <el-tabs type="border-card" v-if="isshow == 1 && list.length > 0">
|
|
102
|
+
|
|
103
|
+ <el-main>
|
|
104
|
+ <el-tabs type="border-card" v-if="isshow == 1 && list.length > 0" style="min-height: 70vh;">
|
101
|
105
|
<el-tab-pane
|
102
|
106
|
v-for="(item, index) in list"
|
103
|
107
|
:key="index"
|
|
@@ -258,7 +262,11 @@
|
258
|
262
|
</el-table>
|
259
|
263
|
</el-tab-pane>
|
260
|
264
|
</el-tabs>
|
|
265
|
+ </el-main>
|
|
266
|
+
|
261
|
267
|
</el-container>
|
|
268
|
+
|
|
269
|
+ </div>
|
262
|
270
|
</div>
|
263
|
271
|
</template>
|
264
|
272
|
<script>
|
|
@@ -595,23 +603,44 @@ export default {
|
595
|
603
|
|
596
|
604
|
|
597
|
605
|
<style lang="scss" scoped>
|
|
606
|
+::v-deep .el-tabs__content {
|
|
607
|
+ padding: 8px;
|
|
608
|
+}
|
|
609
|
+
|
|
610
|
+/deep/ .el-table__fixed {
|
|
611
|
+ bottom: 0px !important;
|
|
612
|
+}
|
|
613
|
+.app-container {
|
|
614
|
+ padding: 10px;
|
|
615
|
+ background: #f6f8f9;
|
|
616
|
+ .el-container {
|
|
617
|
+ }
|
|
618
|
+}
|
|
619
|
+::v-deep .el-table__body-wrapper {
|
|
620
|
+ height: 500px;
|
|
621
|
+ overflow-y: scroll;
|
|
622
|
+}
|
598
|
623
|
.bannar_list {
|
599
|
|
- width: 97%;
|
600
|
624
|
margin-bottom: 10px;
|
601
|
625
|
display: flex;
|
602
|
626
|
justify-content: space-between;
|
603
|
627
|
.banner_left {
|
604
|
|
- width: 1000px;
|
|
628
|
+ width: 960px;
|
605
|
629
|
display: flex;
|
606
|
630
|
justify-content: space-around;
|
607
|
631
|
div {
|
|
632
|
+ white-space: nowrap;
|
608
|
633
|
font-size: 14px;
|
609
|
634
|
color: #606266;
|
610
|
|
- white-space: nowrap;
|
611
|
635
|
}
|
612
|
636
|
}
|
613
|
637
|
}
|
614
|
|
-
|
|
638
|
+.frequence {
|
|
639
|
+ text-align: center;
|
|
640
|
+}
|
|
641
|
+/deep/ .el-button--small {
|
|
642
|
+ padding: 9px 6px;
|
|
643
|
+}
|
615
|
644
|
.zone {
|
616
|
645
|
// margin-left: 30px;
|
617
|
646
|
// text-align: left;
|
|
@@ -730,7 +759,21 @@ export default {
|
730
|
759
|
}
|
731
|
760
|
.el-main {
|
732
|
761
|
padding-top: 0px;
|
|
762
|
+ padding-left: 18px;
|
|
763
|
+ padding-right: 0px;
|
|
764
|
+ .el-tabs{
|
|
765
|
+ .el-tabs__content{
|
|
766
|
+ padding: 12px;
|
|
767
|
+ .el-table .el-table__header-wrapper table{
|
|
768
|
+ width: 100% !important;
|
|
769
|
+ }
|
|
770
|
+ .el-table .el-table__body-wrapper table{
|
|
771
|
+ width: 100% !important;
|
|
772
|
+ }
|
|
773
|
+ }
|
|
774
|
+ }
|
733
|
775
|
}
|
|
776
|
+
|
734
|
777
|
.newMain {
|
735
|
778
|
.el-form-item__label {
|
736
|
779
|
width: 104px;
|
|
@@ -738,7 +781,8 @@ export default {
|
738
|
781
|
}
|
739
|
782
|
.newDisinfectOne {
|
740
|
783
|
.el-input--prefix .el-input__inner {
|
741
|
|
- padding-left: 15px;
|
|
784
|
+ // padding-left: 15px;
|
|
785
|
+ padding-right: 0px !important;
|
742
|
786
|
}
|
743
|
787
|
}
|
744
|
788
|
.stoppage {
|
|
@@ -767,291 +811,12 @@ export default {
|
767
|
811
|
}
|
768
|
812
|
|
769
|
813
|
.el-table td .cell {
|
770
|
|
- padding: 0 10px;
|
771
|
|
-}
|
772
|
|
-</style>
|
773
|
|
-
|
774
|
|
-<style lang="scss" scoped>
|
775
|
|
-.new-main-contain {
|
776
|
|
- height: 100%;
|
777
|
|
- display: flex;
|
778
|
|
- flex-direction: column;
|
779
|
|
- padding: 10px;
|
780
|
|
-}
|
781
|
|
-
|
782
|
|
-.app-container {
|
783
|
|
- height: 100%;
|
784
|
|
-}
|
785
|
|
-
|
786
|
|
-.mainCell {
|
787
|
|
- height: 36px;
|
788
|
|
- display: flex;
|
789
|
|
- align-items: center;
|
790
|
|
-}
|
791
|
|
-
|
792
|
|
-.mainLeft {
|
793
|
|
- width: 211px;
|
794
|
|
- margin:0 20px;
|
795
|
|
- /deep/ .el-table__body-wrapper {
|
796
|
|
- height: 65vh;
|
797
|
|
- overflow-y: scroll !important;
|
798
|
|
- }
|
799
|
|
-}
|
800
|
|
-.mainRight {
|
801
|
|
- margin-left: 10px;
|
802
|
|
- flex: 1;
|
803
|
|
- height: 100%;
|
804
|
|
- display: flex;
|
805
|
|
- flex-direction: column;
|
806
|
|
- overflow-y: auto;
|
807
|
|
- .cellSpan {
|
808
|
|
- min-width: 80px;
|
809
|
|
- display: inline-block;
|
810
|
|
- margin-right: 10px;
|
811
|
|
- }
|
812
|
|
- /deep/ .el-table {
|
813
|
|
- .el-table__header-wrapper {
|
814
|
|
- .el-table__header {
|
815
|
|
- width: 100% !important;
|
816
|
|
- }
|
817
|
|
- }
|
818
|
|
-
|
819
|
|
- .el-table__body-wrapper {
|
820
|
|
- height: auto !important;
|
821
|
|
- .el-table__body {
|
822
|
|
- width: 100% !important;
|
823
|
|
- }
|
824
|
|
- }
|
825
|
|
- }
|
826
|
|
-}
|
827
|
|
-
|
828
|
|
-/deep/ .el-table__fixed {
|
829
|
|
- bottom: 0 !important;
|
|
814
|
+ padding: 0 5px !important;
|
830
|
815
|
}
|
831
|
|
-.mainCenter {
|
832
|
|
- display: flex;
|
833
|
|
- flex: 1;
|
834
|
|
-}
|
835
|
|
-
|
836
|
|
-.centerLeft {
|
837
|
|
- flex: 1;
|
838
|
|
- display: flex;
|
839
|
|
- flex-direction: column;
|
840
|
|
- position: relative;
|
841
|
|
-
|
842
|
|
- .el-form-item {
|
843
|
|
- width: 32%;
|
844
|
|
- margin-right: 1%;
|
845
|
|
- float: left;
|
846
|
|
- }
|
847
|
|
-
|
848
|
|
- .el-form-item__label {
|
849
|
|
- text-align: left;
|
850
|
|
- }
|
851
|
|
-}
|
852
|
|
-.backColor {
|
853
|
|
- background: #f6f8f9;
|
854
|
|
- height: 5px;
|
855
|
|
- margin-bottom: 5px;
|
856
|
|
-}
|
857
|
|
-.el-tabs {
|
858
|
|
- min-width: 1373px;
|
859
|
|
- height: 70vh;
|
860
|
|
-}
|
861
|
|
-
|
862
|
|
-.tabsBox {
|
863
|
|
- position: relative;
|
864
|
|
- height: 76%;
|
865
|
|
- overflow-y: auto;
|
866
|
|
- margin-bottom: 60px;
|
867
|
|
-
|
868
|
|
- .el-tabs__item {
|
869
|
|
- padding: 0 10px;
|
870
|
|
- }
|
871
|
|
-}
|
872
|
|
-.preTabs {
|
873
|
|
- height: 100%;
|
874
|
|
- display: flex;
|
875
|
|
- flex-direction: column;
|
876
|
|
-
|
877
|
|
- .el-tabs__content {
|
878
|
|
- flex: 1;
|
879
|
|
- overflow-y: auto;
|
880
|
|
- }
|
881
|
|
-}
|
882
|
|
-
|
883
|
|
-.costBox {
|
884
|
|
- width: 100%;
|
885
|
|
- height: 60px;
|
886
|
|
- background: #fff;
|
887
|
|
- position: absolute;
|
888
|
|
- bottom: 0;
|
889
|
|
- display: flex;
|
890
|
|
- align-items: center;
|
891
|
|
-}
|
892
|
|
-
|
893
|
816
|
.addTab {
|
894
|
817
|
position: absolute;
|
895
|
|
- right: 0;
|
896
|
|
- top: 14px;
|
|
818
|
+ right: 8px;
|
|
819
|
+ top: 3px;
|
897
|
820
|
z-index: 20;
|
898
|
821
|
}
|
899
|
|
-
|
900
|
|
-.centerRight {
|
901
|
|
- width: 300px;
|
902
|
|
- margin-left: 10px;
|
903
|
|
- display: flex;
|
904
|
|
- flex-direction: column;
|
905
|
|
- position: relative;
|
906
|
|
-}
|
907
|
|
-
|
908
|
|
-.rightTab {
|
909
|
|
- height: 40px;
|
910
|
|
- width: 100%;
|
911
|
|
- border: 1px solid #d2d2d2;
|
912
|
|
- box-sizing: border-box;
|
913
|
|
-
|
914
|
|
- p {
|
915
|
|
- width: 50%;
|
916
|
|
- height: 40px;
|
917
|
|
- line-height: 40px;
|
918
|
|
- text-align: center;
|
919
|
|
- background: #eee;
|
920
|
|
- float: left;
|
921
|
|
- }
|
922
|
|
-
|
923
|
|
- > p:last-child {
|
924
|
|
- border-left: 1px solid #d2d2d2;
|
925
|
|
- float: right;
|
926
|
|
- }
|
927
|
|
-
|
928
|
|
- .activeP {
|
929
|
|
- background: #409eff;
|
930
|
|
- color: #fff;
|
931
|
|
- }
|
932
|
|
-}
|
933
|
|
-.comfirmBox {
|
934
|
|
- width: 100%;
|
935
|
|
- height: 60px;
|
936
|
|
- background: #fff;
|
937
|
|
- position: absolute;
|
938
|
|
- bottom: 0;
|
939
|
|
- display: flex;
|
940
|
|
- align-items: center;
|
941
|
|
- justify-content: space-between;
|
942
|
|
-}
|
943
|
|
-
|
944
|
|
-.mainHeader {
|
945
|
|
- width: 100%;
|
946
|
|
- background: #fff;
|
947
|
|
- position: fixed;
|
948
|
|
- z-index: 100;
|
949
|
|
- height: 36px;
|
950
|
|
-}
|
951
|
|
-
|
952
|
|
-.titleBox {
|
953
|
|
- position: fixed;
|
954
|
|
- z-index: 99;
|
955
|
|
- background: #fff;
|
956
|
|
-}
|
957
|
|
-
|
958
|
|
-.fixedCell {
|
959
|
|
- position: fixed;
|
960
|
|
- z-index: 99;
|
961
|
|
- right: 30px;
|
962
|
|
- background: #fff;
|
963
|
|
- width: 300px;
|
964
|
|
- display: flex;
|
965
|
|
- justify-content: space-between;
|
966
|
|
-}
|
967
|
|
-.btn_crumbs {
|
968
|
|
- .el-button {
|
969
|
|
- text-align: center;
|
970
|
|
- font-size: 12px;
|
971
|
|
- padding: 10px 11px;
|
972
|
|
- }
|
973
|
|
-}
|
974
|
|
-</style>
|
975
|
|
-
|
976
|
|
-<style lang="scss">
|
977
|
|
-.centerLeft {
|
978
|
|
- .el-form-item__label {
|
979
|
|
- text-align: left;
|
980
|
|
- }
|
981
|
|
-}
|
982
|
|
-.tabsBox {
|
983
|
|
- .el-tabs__item {
|
984
|
|
- padding: 0 10px;
|
985
|
|
- }
|
986
|
|
-
|
987
|
|
- .el-tabs--bottom
|
988
|
|
- .el-tabs--left
|
989
|
|
- > .el-tabs__header
|
990
|
|
- .el-tabs__item:nth-child(2),
|
991
|
|
- .el-tabs--bottom
|
992
|
|
- .el-tabs--right
|
993
|
|
- > .el-tabs__header
|
994
|
|
- .el-tabs__item:nth-child(2),
|
995
|
|
- .el-tabs--bottom.el-tabs--border-card
|
996
|
|
- > .el-tabs__header
|
997
|
|
- .el-tabs__item:nth-child(2),
|
998
|
|
- .el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2),
|
999
|
|
- .el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item:nth-child(2),
|
1000
|
|
- .el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item:nth-child(2),
|
1001
|
|
- .el-tabs--top.el-tabs--border-card
|
1002
|
|
- > .el-tabs__header
|
1003
|
|
- .el-tabs__item:nth-child(2),
|
1004
|
|
- .el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2) {
|
1005
|
|
- padding: 0 10px;
|
1006
|
|
- }
|
1007
|
|
-
|
1008
|
|
- .el-tabs--bottom .el-tabs--left > .el-tabs__header .el-tabs__item:last-child,
|
1009
|
|
- .el-tabs--bottom .el-tabs--right > .el-tabs__header .el-tabs__item:last-child,
|
1010
|
|
- .el-tabs--bottom.el-tabs--border-card
|
1011
|
|
- > .el-tabs__header
|
1012
|
|
- .el-tabs__item:last-child,
|
1013
|
|
- .el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item:last-child,
|
1014
|
|
- .el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item:last-child,
|
1015
|
|
- .el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item:last-child,
|
1016
|
|
- .el-tabs--top.el-tabs--border-card
|
1017
|
|
- > .el-tabs__header
|
1018
|
|
- .el-tabs__item:last-child,
|
1019
|
|
- .el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:last-child {
|
1020
|
|
- padding: 0 10px;
|
1021
|
|
- }
|
1022
|
|
-
|
1023
|
|
- .el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable {
|
1024
|
|
- padding: 0 10px;
|
1025
|
|
- }
|
1026
|
|
-}
|
1027
|
|
-.centerRight {
|
1028
|
|
- .el-tabs__nav-scroll {
|
1029
|
|
- display: flex;
|
1030
|
|
- }
|
1031
|
|
-
|
1032
|
|
- .el-tabs__nav {
|
1033
|
|
- margin: 0 auto;
|
1034
|
|
- }
|
1035
|
|
-
|
1036
|
|
- .el-table th .cell,
|
1037
|
|
- .el-table td .cell {
|
1038
|
|
- padding: 0 2px;
|
1039
|
|
- }
|
1040
|
|
-}
|
1041
|
|
-.preTabs {
|
1042
|
|
- .el-tabs__content {
|
1043
|
|
- }
|
1044
|
|
-}
|
1045
|
|
-.rightTabs {
|
1046
|
|
- height: 100%;
|
1047
|
|
-
|
1048
|
|
- .el-tabs__content {
|
1049
|
|
- }
|
1050
|
|
-}
|
1051
|
|
-.centerDialog {
|
1052
|
|
- .el-dialog__body {
|
1053
|
|
- max-height: calc(100vh - 100px) !important;
|
1054
|
|
- padding: 0 20px;
|
1055
|
|
- }
|
1056
|
|
-}
|
1057
|
822
|
</style>
|