From caef8c0fbde525db930d1b9ca952266ac1a73191 Mon Sep 17 00:00:00 2001 From: codeskyblue Date: Mon, 22 May 2017 19:11:34 +0800 Subject: [PATCH] make qrcode page large --- res/css/style.css | 8 ++++++++ res/index.tmpl.html | 11 ++++++++--- res/js/index.js | 12 +++++++----- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/res/css/style.css b/res/css/style.css index 7df502d..aac3251 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -24,3 +24,11 @@ div.dropzone { .qrcode-title { font-size: 0.8em; } + +.clearfix::after { + clear: both; +} + +#qrcodeCanvas { + padding-right: 20px; +} \ No newline at end of file diff --git a/res/index.tmpl.html b/res/index.tmpl.html index c3bb81e..b0633eb 100644 --- a/res/index.tmpl.html +++ b/res/index.tmpl.html @@ -165,7 +165,7 @@