|
@@ -2,12 +2,12 @@
|
|
|
<div class="sos" style="background-color:#F2F3F6;min-height:calc(100vh - 80px);padding:1% 0">
|
|
|
<div class="stylus-head">
|
|
|
<div class="stylus-title">
|
|
|
- <span style="font-size: 22px;letter-spacing: 1px;font-weight: 600;color: #333B4A;margin-left: 1%;">需求</span>
|
|
|
+ <span style="font-size: 22px;letter-spacing: 1px;font-weight: 600;color: #333B4A;">需求</span>
|
|
|
<el-button type="primary" size="mini" @click="createDialogVisible = true">新建需求</el-button>
|
|
|
</div>
|
|
|
<el-divider style="color: #EEF0F5;" />
|
|
|
<div class="Layout">
|
|
|
- <div style="margin: 0px 1% 0 1%; width: 100%;">
|
|
|
+ <div>
|
|
|
<el-form :model="searchForm" class="flex_start">
|
|
|
<div class="Layout">
|
|
|
<div class="queryName">需求ID</div>
|
|
@@ -383,7 +383,7 @@ export default {
|
|
|
.stylus-content >>> .el-table .el-table__body tr:hover td
|
|
|
background #EDF6FF
|
|
|
.stylus-head >>> .el-divider--horizontal
|
|
|
- margin 10px
|
|
|
+ margin 10px 0
|
|
|
.stylus-head >>> .el-form-item
|
|
|
margin-bottom 0
|
|
|
.stylus-head
|