|
|
@@ -1984,4 +1984,19 @@ input:-internal-autofill-selected {
|
|
|
height: 80px;
|
|
|
background: url(../images/nodata.png) center center no-repeat;
|
|
|
background-size: cover;
|
|
|
+}
|
|
|
+
|
|
|
+.ant-empty.ant-empty-normal {
|
|
|
+ .ant-empty-image {
|
|
|
+ width: 80px;
|
|
|
+ height: 80px;
|
|
|
+ background: url(../images/nodata.png) center center no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ .ant-empty-img-simple {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ant-empty-description {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
}
|