Commit 954dec76 authored by mhw's avatar mhw

样式调整

parent 71b2ad6e
<!-- 创建 -->
<template>
<el-form label-position="left" ref="form" label-width="auto" :model="form" :size="defaultFormItemSize" :rules="rules" class="formWidth">
<el-form label-position="left" ref="form" label-width="auto" :model="form" :size="defaultFormItemSize" :rules="rules" class="formBox">
<!-- <el-row class="title">基本信息</el-row> -->
<el-card class="box-card">
<div slot="header" class="clearfix">
......@@ -341,8 +341,9 @@ export default {
}
</script>
<style scoped>
.formWidth {
/* width: 600px; */
.formBox {
height: calc(100% - 50px);
overflow: scroll;
}
.title {
font-size: 20px;
......@@ -361,4 +362,9 @@ export default {
flex-wrap: wrap;
justify-content: space-around;
}
.dialog-btn-layer {
position: fixed;
bottom: 20px;
right: 20px;
}
</style>
......@@ -14,14 +14,11 @@
<div class="item" v-for="(item, index) in instructionsList" :key="index">
<div>
<img class="img" :src="item.img" alt="" />
<div class="itemTitle">
<span class="head-index">{{ index + 1 }} &nbsp;</span>{{ item.title }}
</div>
<div class="itemDescribe">{{ item.describe }}</div>
</div>
<i v-if="instructionsList.length !== index + 1" class="el-icon-arrow-right" style="margin-left: 50px; font-size: 30px; font-weight: bolder;color:#b8babf"></i>
</div>
</div>
......@@ -269,7 +266,7 @@ export default {
background-color: white;
width: 100%;
padding: 0px 20px 20px 20px;
height: 200px;
height: 250px;
.instructionsList {
display: flex;
......
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 to comment