提交 0822e353 编写于 作者: guangjun.yang's avatar guangjun.yang

项目管理页面样式

上级 646e1982
......@@ -7,7 +7,7 @@
:jumPathThird="jumPathThird"
></bread-crumb>
<div class="add-content screenSet" id="screenSet">
<div class="add-content-new screenSet" id="screenSet">
<el-row class="step-content-new">
<el-col style="width: 700px;">
<el-steps :active="active" simple class>
......@@ -648,7 +648,7 @@ export default {
bottom: 10px;
}
}
.add-content {
.add-content-new {
background: #fff;
}
.three-step {
......
......@@ -4,8 +4,8 @@
<div class="component-content screenSet" id="screenSet">
<div class="header-title">项目管理</div>
<el-row :gutter="30" class="row" type="flex" style="margin-top: 10px;">
<el-form ref="formInline" :model="formInline" label-width="75px" style="width:100%;min-width:1200px;">
<el-col :span="5" style="width: 300px">
<el-form ref="formInline" :model="formInline" label-width="75px" style="min-width:1200px;">
<el-col style="width: 300px">
<el-form-item label="项目名称:">
<el-input v-model="formInline.projectName" size="small" placeholder="请输入项目名称"></el-input>
</el-form-item>
......@@ -38,7 +38,7 @@
</el-form>
</el-row>
<el-row>
<el-col :span="5" style="width: 300px">
<el-col style="width: 300px">
<el-form ref="formInline" :model="formInline" label-width="75px" style="width:100%;">
<el-form-item label="发布状态:">
<el-select size="small" v-model="formInline.projectStatus" placeholder="请选择发布状态">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册