@douyinfe/semi-ui 2.82.0 → 2.82.1
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/css/semi.css +4 -0
- package/dist/css/semi.min.css +1 -1
- package/package.json +8 -8
package/dist/css/semi.css
CHANGED
|
@@ -13393,6 +13393,9 @@ img[src=""], img:not([src]) {
|
|
|
13393
13393
|
background-color: transparent;
|
|
13394
13394
|
box-sizing: border-box;
|
|
13395
13395
|
}
|
|
13396
|
+
.semi-input:placeholder-shown {
|
|
13397
|
+
text-overflow: ellipsis;
|
|
13398
|
+
}
|
|
13396
13399
|
.semi-input[type=password]::-ms-reveal, .semi-input[type=password]::-ms-clear {
|
|
13397
13400
|
display: none;
|
|
13398
13401
|
}
|
|
@@ -14247,6 +14250,7 @@ img[src=""], img:not([src]) {
|
|
|
14247
14250
|
.semi-modal-content-fullScreen {
|
|
14248
14251
|
border-radius: 0;
|
|
14249
14252
|
border: none;
|
|
14253
|
+
height: 100%;
|
|
14250
14254
|
top: 0px;
|
|
14251
14255
|
}
|
|
14252
14256
|
.semi-modal-header {
|