UPDATE pre_portal_article_content SET content=REPLACE(content,'width: 768px; height: 138px;','width:92.9%; height: auto;');
UPDATE pre_portal_article_content SET content=REPLACE(content,'height: 96px;','height: auto;');
UPDATE pre_portal_article_content SET content=REPLACE(content,'white-space: nowrap;','');
|
|