diff --git a/dzz/system/ueditor/third-party/dzzattach/dzzattach.css b/dzz/system/ueditor/third-party/dzzattach/dzzattach.css index 9693165..42ddd86 100644 --- a/dzz/system/ueditor/third-party/dzzattach/dzzattach.css +++ b/dzz/system/ueditor/third-party/dzzattach/dzzattach.css @@ -40,18 +40,11 @@ .tip { position: absolute; padding: 10px; - _width: 200px; - max-width:350px; - border:solid 1px #b1b1b1; box-shadow: 0 1px 3px #eee, inset 0 0 3px #fff; - border-radius:5px; - /*box-shadow:0 5px 15px RGBA(0,0,0,0.5);*/ word-break:break-all; margin:0 10px; } .tip .tip-op a{ - - color:#4c8afb; padding-top: 1px; margin-right: 10px; padding-bottom: 1px; @@ -96,9 +89,6 @@ .tip_1, .tip_2 { margin-top: 8px; } -.tip_3, .tip_4 { - margin-top: -8px; -} .tip_horn { position: absolute; width: 11px; diff --git a/static/js/common.js b/static/js/common.js index b52bcbf..32412a7 100644 --- a/static/js/common.js +++ b/static/js/common.js @@ -1,4 +1,4 @@ -/* +/* * @copyright Leyun internet Technology(Shanghai)Co.,Ltd * @license http://www.dzzoffice.com/licenses/license.txt * @package DzzOffice @@ -1828,7 +1828,7 @@ function showTip(ctrlobj,pos,msg) { if(!document.getElementById(menuid)) { var div = document.createElement('div'); div.id = ctrlobj.id + '_menu'; - div.className = 'tip '+tip_classname; + div.className = 'tip da '+tip_classname; div.style.display = 'none'; div.innerHTML = '