fixed #10;fixed mobile table layout issue;included stylesheets in js file and deleted original css files

This commit is contained in:
huangjx
2021-10-07 22:32:48 +08:00
parent e8534e4f70
commit 3915c292e8
11 changed files with 322 additions and 436 deletions

View File

@@ -8,6 +8,7 @@ import autoComplete from './autoComplete';
import eventHandler from './eventHandler';
import aria2Options from './aria2Options';
import helper from './helper';
import './css/autoComplete.css'
'use strict';
window.addEventListener('DOMContentLoaded', function () {