style: propject Nodata 样式调整
This commit is contained in:
@@ -545,11 +545,20 @@
|
||||
.selpop {
|
||||
cursor: pointer;
|
||||
}
|
||||
.topo-noData /deep/ .icon{
|
||||
width: 5rem;
|
||||
height: 5rem;
|
||||
.topo-noData{
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%,-50%);
|
||||
.content{
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
color: #333333;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
.topo-noData /deep/ .icon{
|
||||
width: 5rem;
|
||||
height: 5rem;
|
||||
|
||||
}
|
||||
|
||||
@@ -232,9 +232,7 @@
|
||||
<svg class="icon" aria-hidden="true">
|
||||
<use xlink:href="#nz-icon-Projectkong"></use>
|
||||
</svg>
|
||||
<div style="text-align: center;font-size: 16px;
|
||||
color: #333333;
|
||||
font-weight: 400;">No data</div>
|
||||
<div class="content">No data</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--endpoint-->
|
||||
|
||||
Reference in New Issue
Block a user