|
|
@@ -5,7 +5,7 @@
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
|
<title>租客信息页面</title>
|
|
|
<!-- 引入样式 -->
|
|
|
- <link rel="stylesheet" href="https://unpkg.com/element-ui@2.0.2/lib/theme-chalk/index.css">
|
|
|
+ <link rel="stylesheet" href="lib/element/element-ui.css">
|
|
|
<link rel="stylesheet" href="css/style.css">
|
|
|
</head>
|
|
|
<body>
|
|
|
@@ -19,7 +19,7 @@
|
|
|
</el-carousel> -->
|
|
|
</template>
|
|
|
</el-row>
|
|
|
- <el-form ref="form" :model="form" :rules="rules" label-width="80px">
|
|
|
+ <el-form ref="form" :model="form" :rules="rules" label-width="80px" style="max-width:300px">
|
|
|
<el-form-item label="房屋地址" prop="address">
|
|
|
<el-input v-model="form.address"></el-input>
|
|
|
</el-form-item>
|