0

我在<div>. div 包含一个框..

现在我已经使用外部插件hammer.js 将缩放功能单独应用于表格。

所以当我缩放我的桌子时,它会溢出到盒子外面。有没有办法解决这个问题?

我的 div 里面的盒子有以下 css 属性:

.box {

    background:none repeat scroll 0 0 rgba(115, 165, 188, 0.52);
    border: 2px solid rgb(65, 65, 65);
    padding: 8px;
    border-radius: 8px 8px 8px 8px;

}
4

0 回答 0