Commit 5bef9817 by lishengfu
parents ebbe6cc0 39cc9ef8
Showing with 10 additions and 4 deletions
......@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no,viewport-fit=cover">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
......
<template>
<div>人事服务首页</div>
<div class="container">
人事服务首页
</div>
</template>
<script>
......@@ -11,11 +13,13 @@ export default {
},
mounted(){
console.log('人事服务首页');
}
};
</script>
<style lang='less' scoped>
.container{
width:373px;
border:1px solid #f00
}
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment