细节优化

feat/task1-c-wallet
Devil 2020-11-29 19:30:38 +08:00
parent 1ab359a25a
commit 5a6aca36ea
2 changed files with 1 additions and 4 deletions

View File

@ -13,6 +13,7 @@ web端
3. 顶部小导航/logo位置新增钩
4. 新增商品参数模板管理、配置商品直接选择模板载入
5. 分页组件新增自定义页码跳转
6. 后端动态表格数据列表组件优化高度固定
小程序
1. 支付订单0金额错误修复

View File

@ -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)');
// 内容高度