Commit 5bef9817 by lishengfu
parents ebbe6cc0 39cc9ef8
Showing with 10 additions and 4 deletions
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <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"> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title> <title><%= htmlWebpackPlugin.options.title %></title>
</head> </head>
......
<template> <template>
<div>人事服务首页</div> <div class="container">
人事服务首页
</div>
</template> </template>
<script> <script>
...@@ -11,11 +13,13 @@ export default { ...@@ -11,11 +13,13 @@ export default {
}, },
mounted(){ mounted(){
console.log('人事服务首页'); console.log('人事服务首页');
} }
}; };
</script> </script>
<style lang='less' scoped> <style lang='less' scoped>
.container{
width:373px;
border:1px solid #f00
}
</style> </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