diff --git a/nezha-fronted/src/components/page/dashboard/panel.vue b/nezha-fronted/src/components/page/dashboard/panel.vue
index 45571fa02..01ee2b8fc 100644
--- a/nezha-fronted/src/components/page/dashboard/panel.vue
+++ b/nezha-fronted/src/components/page/dashboard/panel.vue
@@ -18,7 +18,7 @@
- {{showPanel.name}}
+ {{showPanel.name}}
@@ -898,27 +898,6 @@ export default {
position: relative;
height: 100%;
}
-
- .panel-name {
- .el-input__prefix {
- line-height: 32px;
- font-size: 16px;
- left: 10px;
- }
- .el-input__suffix {
- line-height: 32px;
- font-size: 12px;
- top: 3px;
- color: #BEBEBE;
- }
- .el-input__inner {
- border: none !important;
- font-size: 16px;
- font-family: Roboto-Medium;
- color: #333333;
- font-weight: bold;
- }
- }
.panel-select-header {
display: flex;
justify-content: space-evenly;