Commit e3e24e00 authored by 王晓铜's avatar 王晓铜

更新样式

parent 5e3476c3
<template>
<div>
<el-form ref="sceneFormRef" :rules="rules" :model="sceneForm" label-width="90px">
<el-form-item label="场景名称:" prop="name" style="width:320px">
<el-form-item label="场景名称:" prop="name" style="width:310px">
<el-input v-model="sceneForm.name"></el-input>
</el-form-item>
<el-form-item label="项目名称:" prop="projectId">
......
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