1ffab16c6ecf0ad66523fd44dcf79092bc02c513..05c853c4bfb8094088f25bdf4c38dd9eecaca998
2022-05-16 ansel0926
Merge branch 'master' of ssh://117.78.1.188:29418/DDE-WEB
05c853 对比 | 目录
2022-05-16 ansel0926
提交
cee67c 对比 | 目录
2个文件已修改
2 ■■■ 已修改文件
assets/images/icon/icon1.png 补丁 | 查看 | 原始文档 | blame | 历史
assets/utils/popup.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
assets/images/icon/icon1.png

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));