bri-components 1.2.95 → 1.2.97
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/lib/0.bri-components.min.js +1 -1
- package/lib/1.bri-components.min.js +1 -1
- package/lib/10.bri-components.min.js +1 -1
- package/lib/11.bri-components.min.js +1 -1
- package/lib/2.bri-components.min.js +1 -1
- package/lib/3.bri-components.min.js +1 -1
- package/lib/4.bri-components.min.js +1 -1
- package/lib/5.bri-components.min.js +1 -1
- package/lib/6.bri-components.min.js +1 -1
- package/lib/7.bri-components.min.js +1 -1
- package/lib/8.bri-components.min.js +1 -1
- package/lib/9.bri-components.min.js +1 -1
- package/lib/bri-components.min.js +9 -9
- package/package.json +1 -1
- package/src/components/controls/control.less +1 -1
- package/src/components/controls/senior/cascaderTable.vue +6 -0
- package/src/components/list/BriFlatTable.vue +83 -0
- package/src/components/list/DshBox/DshCrossTable.vue +183 -0
- package/src/components/list/DshCascaderTable.vue +51 -2
- package/src/components/other/BriLoading.vue +2 -6
- package/src/styles/components/index.less +0 -2
- package/src/utils/table.js +15 -7
- package/src/styles/components/list/BriFlatTable.less +0 -80
- package/src/styles/components/list/DshBox/DshCrossTable.less +0 -180
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
.DshCrossTable {
|
|
2
|
-
width: 100%;
|
|
3
|
-
height: 100%;
|
|
4
|
-
display: flex;
|
|
5
|
-
flex-direction: row;
|
|
6
|
-
|
|
7
|
-
&-left,
|
|
8
|
-
&-right {
|
|
9
|
-
border-top: 1px solid #eeeeee;
|
|
10
|
-
border-bottom: 1px solid #eeeeee;
|
|
11
|
-
overflow: hidden;
|
|
12
|
-
display: flex;
|
|
13
|
-
flex-direction: column;
|
|
14
|
-
|
|
15
|
-
&-header {
|
|
16
|
-
width: 100%;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
&-body {
|
|
20
|
-
width: 100%;
|
|
21
|
-
flex: 1;
|
|
22
|
-
min-height: 0px;
|
|
23
|
-
overflow: scroll;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
&-footer {
|
|
27
|
-
width: 100%;
|
|
28
|
-
height: 38px;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
&-left {
|
|
33
|
-
width: 160px;
|
|
34
|
-
height: 100%;
|
|
35
|
-
border-left: 1px solid #eeeeee;
|
|
36
|
-
border-right: 1px solid #eeeeee;
|
|
37
|
-
// background: #F7F9FD;
|
|
38
|
-
z-index: 2;
|
|
39
|
-
|
|
40
|
-
&-header {
|
|
41
|
-
overflow: hidden;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
&-body {
|
|
45
|
-
overflow: hidden;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
&-footer {
|
|
49
|
-
overflow: hidden;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
&-right {
|
|
54
|
-
flex: 1;
|
|
55
|
-
min-width: 0px;
|
|
56
|
-
height: 100%;
|
|
57
|
-
border-right: 1px solid #eeeeee;
|
|
58
|
-
|
|
59
|
-
&-header {
|
|
60
|
-
overflow: hidden;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
&-body {
|
|
64
|
-
overflow: scroll;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
&-footer {
|
|
68
|
-
overflow: hidden;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
&-row {
|
|
73
|
-
// height: 40px;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
&-col {
|
|
77
|
-
font-weight: bold;
|
|
78
|
-
color: #5D5D5D;
|
|
79
|
-
|
|
80
|
-
&-checkbox,
|
|
81
|
-
&-index,
|
|
82
|
-
&-operation {}
|
|
83
|
-
|
|
84
|
-
&-Checkbox {}
|
|
85
|
-
|
|
86
|
-
&-index {}
|
|
87
|
-
|
|
88
|
-
&-content {
|
|
89
|
-
.crossTable-col {
|
|
90
|
-
width: 100%;
|
|
91
|
-
.dsh-flex-row-center-center();
|
|
92
|
-
|
|
93
|
-
&-title {
|
|
94
|
-
flex: 1;
|
|
95
|
-
min-width: 0px;
|
|
96
|
-
height: 100%;
|
|
97
|
-
.dsh-ellipsis();
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
&-sign {
|
|
101
|
-
#dsh-sign-change();
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
&-operation {}
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
&-td {
|
|
110
|
-
|
|
111
|
-
&-checkbox,
|
|
112
|
-
&-index,
|
|
113
|
-
&-operation {}
|
|
114
|
-
|
|
115
|
-
&-Checkbox {}
|
|
116
|
-
|
|
117
|
-
&-index {}
|
|
118
|
-
|
|
119
|
-
&-content {}
|
|
120
|
-
|
|
121
|
-
&-operation {}
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
table {
|
|
125
|
-
width: 100%;
|
|
126
|
-
|
|
127
|
-
tr {
|
|
128
|
-
height: 39px;
|
|
129
|
-
font-size: 12px;
|
|
130
|
-
overflow: hidden;
|
|
131
|
-
|
|
132
|
-
td {
|
|
133
|
-
display: inline-block;
|
|
134
|
-
width: 200px;
|
|
135
|
-
height: 40px;
|
|
136
|
-
line-height: 40px;
|
|
137
|
-
padding: 0 10px;
|
|
138
|
-
border-right: 1px solid #EDEDED;
|
|
139
|
-
border-bottom: 1px solid #EDEDED;
|
|
140
|
-
cursor: pointer;
|
|
141
|
-
overflow: hidden;
|
|
142
|
-
|
|
143
|
-
.td-content {
|
|
144
|
-
width: 100%;
|
|
145
|
-
height: 100%;
|
|
146
|
-
padding: 8px 0px;
|
|
147
|
-
line-height: 22px;
|
|
148
|
-
vertical-align: middle;
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.cross-table-box {
|
|
155
|
-
height: 38px;
|
|
156
|
-
padding: 7px 0;
|
|
157
|
-
|
|
158
|
-
&-content {
|
|
159
|
-
width: auto;
|
|
160
|
-
border-radius: 2px;
|
|
161
|
-
border: 1px solid #6daef2;
|
|
162
|
-
font-size: 12px !important;
|
|
163
|
-
color: #6DAEF2;
|
|
164
|
-
cursor: pointer;
|
|
165
|
-
height: 24px;
|
|
166
|
-
display: inline-block;
|
|
167
|
-
line-height: 24px;
|
|
168
|
-
padding: 0 5px;
|
|
169
|
-
overflow: hidden;
|
|
170
|
-
word-break: keep-all;
|
|
171
|
-
white-space: nowrap;
|
|
172
|
-
text-overflow: ellipsis;
|
|
173
|
-
|
|
174
|
-
i {
|
|
175
|
-
margin-right: 5px;
|
|
176
|
-
font-size: 12px !important;
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
}
|