| | |
| | | <span>名称:</span> |
| | | <el-input style="width: 150px;" class="input" v-model="plantName" placeholder="请输入地图名称" /> |
| | | <el-button class="input" type="ghost" size="mini" @click="save">保存</el-button> |
| | | <span class="tiptext" >放置设备的单元格至少为8行9列</span> |
| | | <!-- <el-button class="input" size="mini" type="primary" v-show="status !== 2" @click="createMap">生成地图</el-button> --> |
| | | </div> |
| | | <div class="table" :class="$route.name === 'preview' ? 'active' : ''"> |
| | |
| | | border: 1px solid; |
| | | border-image: linear-gradient(180deg, rgba(154, 254, 254, 1), rgba(75, 120, 205, 1)) 1 1; |
| | | } |
| | | |
| | | .tiptext { |
| | | |
| | | margin-left: 20px; |
| | | |
| | | line-height: 28px; |
| | | border-radius: 14px; |
| | | color: red; |
| | | font-size: 18px; |
| | | |
| | | } |
| | | } |
| | | |
| | | .table.active { |