迅睿CMS框架是一款PHP8高性能·簡(jiǎn)單易用的CMS開(kāi)源開(kāi)發(fā)框架,基于MIT開(kāi)源許可協(xié)議發(fā)布,免費(fèi)且不限制商業(yè)使用,是免費(fèi)開(kāi)源的產(chǎn)品,以萬(wàn)端互聯(lián)為設(shè)計(jì)理念,支持的微信公眾號(hào)、小程序、APP客戶端、移動(dòng)端網(wǎng)站、PC網(wǎng)站等多終端式管理系統(tǒng)。
聯(lián)系官方銷售客服
1835022288
028-61286886
文章正文里面有img,有表格
求如何能把img的高寬設(shè)置為100%,表格寬度也解除,從織夢(mèng)轉(zhuǎn)過(guò)來(lái)的內(nèi)容,圖片和表格都超出了邊界。
圖片和表格都撐破了
內(nèi)容去掉圖片寬度:http://223987.com/wenda/44340.html
這方法很硬!
.class img {
width: 100%!important;
height: auto!important;
}
好吧,這個(gè)操作夠硬
.class img{ width:100%!important;height:100%!important; text-align:center; }
.class table{ width:100%!important;height:100%!important;}
強(qiáng)制騷操作,完美解決
內(nèi)容去掉圖片寬度:http://223987.com/wenda/44340.html
這方法很硬!
.class img {
width: 100%!important;
height: auto!important;
}
好吧,這個(gè)操作夠硬
.class img{ width:100%!important;height:100%!important; text-align:center; }
.class table{ width:100%!important;height:100%!important;}
強(qiáng)制騷操作,完美解決