提交 5a6aca36 编写于 作者: D Devil

细节优化

上级 1ab359a2
......@@ -13,6 +13,7 @@ web端
3. 顶部小导航/logo位置新增钩
4. 新增商品参数模板管理、配置商品直接选择模板载入
5. 分页组件新增自定义页码跳转
6. 后端动态表格数据列表组件优化高度固定
小程序
1. 支付订单0金额错误修复
......
......@@ -60,10 +60,6 @@ function FormTableHeightHandle()
{
// 页面右侧总内容容器高度
var height = $('.content-right .content-top').outerHeight(true) || 0;
if(height > 0)
{
height += 10;
}
$('.content-right').css('height', 'calc(100% - '+height+'px)');
// 内容高度
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册