From 25950338f31855e2a01545d752b204b8157f5029 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Sun, 28 Jun 2020 17:55:49 +0800 Subject: [PATCH] 20200628 代码提交 --- src/main/resources/templates/febs/views/modules/systemSetting/platformSymbolsSku.html | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/systemSetting/platformSymbolsSku.html b/src/main/resources/templates/febs/views/modules/systemSetting/platformSymbolsSku.html index 7b08f28..1f14d6a 100644 --- a/src/main/resources/templates/febs/views/modules/systemSetting/platformSymbolsSku.html +++ b/src/main/resources/templates/febs/views/modules/systemSetting/platformSymbolsSku.html @@ -56,7 +56,6 @@ if (layEvent === 'edit') { febs.modal.open('币种交易手数规格设置', 'modules/systemSetting/platformSymbolsSkuUpdate/' + data.id, { - area: $(window).width() <= 1000 ? '100%' : '50%', btn: ['提交', '取消'], yes: function (index, layero) { $('#user-update').find('#submit').trigger('click'); -- Gitblit v1.9.1