summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangyu <[email protected]>2021-03-25 14:14:45 +0800
committerzhangyu <[email protected]>2021-03-25 14:14:45 +0800
commitbcd6c57726240ac168f73ccb4924f315f155ce1f (patch)
treef774cb2e7007062a9a4ce3bdd92fea0bb470f761
parenta95e7638bb443967cee7ac5f48307d097b425c34 (diff)
style:修改asset endpoit高度不正常的问题
-rw-r--r--nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue4
-rw-r--r--nezha-fronted/static/config.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue
index b1f645fe6..4d85e7830 100644
--- a/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue
+++ b/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue
@@ -1,5 +1,5 @@
<template>
- <div>
+ <div style="height: 100%">
<div class="sub-top-tools">
<div class="sub-list-tabs">
<div class="sub-list-tab-title">{{obj.host}}</div><div
@@ -51,7 +51,7 @@
:height="$tableHeight.noPagination"
:cell-class-name="messageStyle"
ref="endpointTable"
- style="width: 100%;"
+ style="width: 100%;height: 100%"
@sort-change="tableDataSort"
@selection-change="(selection)=>{this.batchDeleteObjs=selection}"
>
diff --git a/nezha-fronted/static/config.json b/nezha-fronted/static/config.json
index 66c3c57ef..ca9183fea 100644
--- a/nezha-fronted/static/config.json
+++ b/nezha-fronted/static/config.json
@@ -1 +1 @@
-{"baseUrl":"http://192.168.40.42:8080/nz-admin/", "version": "1.2.2020.11.10.14.10"}
+{"baseUrl":"", "version": "1.2.2020.11.10.14.10"}