mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 04:09:14 +00:00
fix: update (#393)
This commit is contained in:
@@ -41,7 +41,7 @@ limitations under the License. -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="no-data" v-else>No Data</div>
|
||||
<div class="table-no-data" v-else>No Data</div>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
import { computed } from "vue";
|
||||
@@ -133,7 +133,7 @@ limitations under the License. -->
|
||||
}
|
||||
}
|
||||
|
||||
.no-data {
|
||||
.table-no-data {
|
||||
font-size: $font-size-smaller;
|
||||
height: 100%;
|
||||
align-items: center;
|
||||
|
Reference in New Issue
Block a user