From f11f559192ca5fd9b8ca66197016a1ec7ead9729 Mon Sep 17 00:00:00 2001
From: BaoXs <bao_dida@163.com>
Date: 星期一, 16 五月 2022 10:55:47 +0800
Subject: [PATCH] Merge branch 'master' of http://117.78.1.188:8089/r/DDE-WEB
---
assets/utils/popup.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/assets/utils/popup.js b/assets/utils/popup.js
index 4ddc047..751619f 100644
--- a/assets/utils/popup.js
+++ b/assets/utils/popup.js
@@ -31,7 +31,7 @@
testConfig= {
header:_this.entity.title,
//header:"",
- content:'<textarea class="textarea" style="color:white;width:100%;height:150px;max-width:200px;max-height:150px;background:transparent;"></textarea>'
+ content:'<textarea class="textarea" style="color:white;width:100%;height:150px;max-width:200px;max-height:150px;background:transparent;resize:none" readonly="true";></textarea>'
}
}
_this.ctn.append(_this.createHtml(testConfig.header,testConfig.content,_this.id));
--
Gitblit v1.9.1