32 lines
739 B
HTML
32 lines
739 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>科惠</title>
|
||
|
<meta name="viewport"
|
||
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"/>
|
||
|
<!-- <script src="./src/lib/js/jquery.js"></script>-->
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="app">
|
||
|
<router-view></router-view>
|
||
|
</div>
|
||
|
<!-- built files will be auto injected -->
|
||
|
</body>
|
||
|
<script type="text/javascript">
|
||
|
/*setTimeout(function () {
|
||
|
if (!/Chrome/g.test(navigator.userAgent) && /Safari/g.test(navigator.userAgent)) {
|
||
|
$('#app').find('table').find('th.gutter').remove();
|
||
|
}
|
||
|
}, 500);*/
|
||
|
</script>
|
||
|
<style type="text/css">
|
||
|
body .el-table th.gutter {
|
||
|
display: table-cell !important;
|
||
|
}
|
||
|
|
||
|
|
||
|
</style>
|
||
|
</html>
|