@kengic/uni 0.6.3-beta.22 → 0.6.3-beta.23
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.
|
@@ -148,9 +148,9 @@
|
|
|
148
148
|
getOffsetByPlacement() {
|
|
149
149
|
switch (this.placement) {
|
|
150
150
|
case 'top':
|
|
151
|
-
return 'bottom:calc(100% +
|
|
151
|
+
return 'bottom:calc(100% + 1px);box-shadow: 0 -3px 6px -4px rgba(0, 0, 0, 0.12), 0 -6px 16px 0 rgba(0, 0, 0, 0.08), 0 -9px 28px 8px rgba(0, 0, 0, 0.05);';
|
|
152
152
|
case 'bottom':
|
|
153
|
-
return 'top:calc(100% +
|
|
153
|
+
return 'top:calc(100% + 1px);box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);';
|
|
154
154
|
}
|
|
155
155
|
},
|
|
156
156
|
},
|
|
@@ -345,6 +345,10 @@
|
|
|
345
345
|
// border-width: 1px;
|
|
346
346
|
// border-style: solid;
|
|
347
347
|
// border-color: $uni-border-color;
|
|
348
|
+
border: 1px solid #ececec !important;
|
|
349
|
+
border-radius: 3px !important;
|
|
350
|
+
border-bottom: 1px solid #d3d3d3 !important;
|
|
351
|
+
background: #fefefe !important;
|
|
348
352
|
}
|
|
349
353
|
|
|
350
354
|
.uni-pagination__child-btn {
|