|
@@ -7,7 +7,7 @@
|
|
|
|
|
|
<!-- 搜索栏开始 -->
|
|
<!-- 搜索栏开始 -->
|
|
<div class="selectInp">
|
|
<div class="selectInp">
|
|
- <div class="selects">
|
|
|
|
|
|
+ <div class="manageSelects">
|
|
<div class="selectsBlock">
|
|
<div class="selectsBlock">
|
|
<span class="selectLabel">项目筛选</span>
|
|
<span class="selectLabel">项目筛选</span>
|
|
<el-select v-model="pavalues.value" placeholder="我的项目">
|
|
<el-select v-model="pavalues.value" placeholder="我的项目">
|
|
@@ -68,7 +68,7 @@
|
|
</el-select>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="pmInp">
|
|
|
|
|
|
+ <div class="ProjectManagementQuery">
|
|
<el-input v-model="input" style="340px" placeholder="请输入内容"></el-input>
|
|
<el-input v-model="input" style="340px" placeholder="请输入内容"></el-input>
|
|
<el-button type="primary" class="btn" size="mini">查询</el-button>
|
|
<el-button type="primary" class="btn" size="mini">查询</el-button>
|
|
</div>
|
|
</div>
|
|
@@ -209,52 +209,45 @@
|
|
|
|
|
|
<style lang="less">
|
|
<style lang="less">
|
|
.resultsShow{
|
|
.resultsShow{
|
|
- .selects{
|
|
|
|
- display: flex;
|
|
|
|
- flex-wrap: wrap;
|
|
|
|
- width: 80%;
|
|
|
|
- .selectsBlock{
|
|
|
|
- display: flex;
|
|
|
|
- margin-right: 30px;
|
|
|
|
- margin-bottom: 20px;
|
|
|
|
- }
|
|
|
|
- .selectLabel{
|
|
|
|
- width: 64px;
|
|
|
|
- font-size: 16px;
|
|
|
|
- margin-right: 10px;
|
|
|
|
- display: inline-block;
|
|
|
|
- font-weight:bolder;
|
|
|
|
- text-align: justify;
|
|
|
|
- text-justify:distribute-all-lines;
|
|
|
|
- text-align-last: justify;
|
|
|
|
- transform: translate(0,22%);
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- .operations{
|
|
|
|
- display: flex;
|
|
|
|
- flex-shrink: 0;
|
|
|
|
- height:52px;
|
|
|
|
- .btt{
|
|
|
|
- flex-shrink: 0;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
|
|
+ // .selects{
|
|
|
|
+ // display: flex;
|
|
|
|
+ // flex-wrap: wrap;
|
|
|
|
+ // width: 80%;
|
|
|
|
+ // .selectsBlock{
|
|
|
|
+ // display: flex;
|
|
|
|
+ // margin-right: 30px;
|
|
|
|
+ // margin-bottom: 20px;
|
|
|
|
+ // }
|
|
|
|
+ // .selectLabel{
|
|
|
|
+ // width: 64px;
|
|
|
|
+ // font-size: 16px;
|
|
|
|
+ // margin-right: 10px;
|
|
|
|
+ // display: inline-block;
|
|
|
|
+ // font-weight:bolder;
|
|
|
|
+ // text-align: justify;
|
|
|
|
+ // text-justify:distribute-all-lines;
|
|
|
|
+ // text-align-last: justify;
|
|
|
|
+ // transform: translate(0,22%);
|
|
|
|
+ // }
|
|
|
|
+ // }
|
|
|
|
+
|
|
|
|
|
|
- .selectInp{ //搜索栏大框
|
|
|
|
- display: flex;
|
|
|
|
- margin-top: 20px;
|
|
|
|
- position: relative;
|
|
|
|
- .pmInp{ //查询框
|
|
|
|
- display: flex;
|
|
|
|
- position: absolute;
|
|
|
|
- right: 0;
|
|
|
|
- .btn{ //查询框按钮
|
|
|
|
- height: 40px;
|
|
|
|
- background: #2268bc;
|
|
|
|
- margin-left: 10px;
|
|
|
|
- font-size: 16px;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
|
|
+ // .selectInp{ //搜索栏大框
|
|
|
|
+ // display: flex;
|
|
|
|
+ // margin-top: 20px;
|
|
|
|
+ // position: relative;
|
|
|
|
+ // .pmInp{ //查询框
|
|
|
|
+ // display: flex;
|
|
|
|
+ // position: absolute;
|
|
|
|
+ // right: 0;
|
|
|
|
+ // .btn{ //查询框按钮
|
|
|
|
+ // height: 40px;
|
|
|
|
+ // background: #2268bc;
|
|
|
|
+ // margin-left: 10px;
|
|
|
|
+ // font-size: 16px;
|
|
|
|
+ // }
|
|
|
|
+ // }
|
|
|
|
+ // }
|
|
.classBlocks{ //循环列表
|
|
.classBlocks{ //循环列表
|
|
width: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
display: flex;
|