summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangwenrui <[email protected]>2019-11-11 18:26:18 +0800
committerwangwenrui <[email protected]>2019-11-11 18:26:18 +0800
commit41e313a1f699b80f4ba1d8342cc556d8c86fbdcb (patch)
tree992415526618893acbaad0a5188ef3c57f5e8219
parent7571c6eaeec9a2742dc4faa12fa311bfec1bfdf6 (diff)
去掉表格外边框
-rw-r--r--nezha-admin/src/main/resources/templates/js/modules/detect/deteWarn.js2
-rw-r--r--nezha-admin/src/main/resources/templates/modules/detect/deteSet.html4
2 files changed, 4 insertions, 2 deletions
diff --git a/nezha-admin/src/main/resources/templates/js/modules/detect/deteWarn.js b/nezha-admin/src/main/resources/templates/js/modules/detect/deteWarn.js
index 8aa83da2..3d10461c 100644
--- a/nezha-admin/src/main/resources/templates/js/modules/detect/deteWarn.js
+++ b/nezha-admin/src/main/resources/templates/js/modules/detect/deteWarn.js
@@ -676,7 +676,7 @@ var warnComponet = Vue.extend({
openEditLayer:function(){
var temp=this;
- var title=temp.setDetail.type.name+" > "+temp.setDetail.name+" > 告警";
+ var title=temp.setDetail.type.name+" > "+temp.setDetail.name+" > <@spring.message 'deteWarn'/>";
var index = layer.open({
area: ['600px', '100%'],
shade: 0.01,
diff --git a/nezha-admin/src/main/resources/templates/modules/detect/deteSet.html b/nezha-admin/src/main/resources/templates/modules/detect/deteSet.html
index 970bfd6b..6494ed5c 100644
--- a/nezha-admin/src/main/resources/templates/modules/detect/deteSet.html
+++ b/nezha-admin/src/main/resources/templates/modules/detect/deteSet.html
@@ -6,7 +6,9 @@
<link rel="stylesheet" href="${request.contextPath}/statics/css/nzNodeSelector.css">
<link rel="stylesheet" href="${request.contextPath}/statics/css/addDetectType.css">
<link rel="stylesheet" href="${request.contextPath}/statics/css/detect.css?">
-
+ <style type="text/css">
+ table:focus{ outline:none; }
+ </style>
</head>
<#include "/header.html">
<body>