bri-components 1.3.91 → 1.3.92

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.
@@ -130,6 +130,29 @@
130
130
  .dsh-flex-row-center-center();
131
131
  }
132
132
 
133
+ &-nodata {
134
+ height: 30px;
135
+ text-align: center;
136
+ }
137
+
138
+ &-dropdown {
139
+ position: absolute;
140
+ right: 0px;
141
+ bottom: 0px;
142
+ display: none;
143
+ z-index: 2;
144
+ text-align: left;
145
+
146
+ &-list {
147
+ min-width: 120px;
148
+ margin: 0px;
149
+
150
+ li {
151
+ padding-left: 15px !important;
152
+ }
153
+ }
154
+ }
155
+
133
156
  &-th {
134
157
  padding: 4px 8px;
135
158
  border-bottom: none !important;
@@ -200,6 +223,27 @@
200
223
  &-hide {
201
224
  display: none!important;
202
225
  }
226
+
227
+ &-tree,
228
+ &-merge {
229
+ textarea.ivu-input {
230
+ min-height: 18px;
231
+ padding: 0px;
232
+ border: none;
233
+ background-color: transparent;
234
+ box-shadow: none;
235
+ line-height: 18px;
236
+ }
237
+ }
238
+ }
239
+
240
+ &-th,
241
+ &-td {
242
+ &:hover {
243
+ .bri-table-dropdown {
244
+ display: inline-block;
245
+ }
246
+ }
203
247
  }
204
248
  }
205
249