|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div class="table-page-search-wrapper">
|
|
|
+ <div class="table-page-search-wrapper search-compoments">
|
|
|
<a-form :model="queryParams" ref="queryForm" layout="inline">
|
|
|
<a-row :gutter="24">
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
@@ -135,29 +135,33 @@ export default {
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
.search-compoments {
|
|
|
- position: relative;
|
|
|
- .search-icon {
|
|
|
- position: absolute;
|
|
|
- top: -10px;
|
|
|
- right: -10px;
|
|
|
- width: 20px;
|
|
|
- height: 20px;
|
|
|
- font-size: 20px;
|
|
|
- color: #fff;
|
|
|
- background-color: #1890ff;
|
|
|
- }
|
|
|
- .search-container {
|
|
|
- box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
|
|
|
- padding-top: 12px;
|
|
|
- margin-bottom: 10px;
|
|
|
- .a-form-item--small.a-form-item {
|
|
|
- margin-bottom: 14px;
|
|
|
- }
|
|
|
- }
|
|
|
- .item-echarts {
|
|
|
- min-height: calc(100vh - 174px);
|
|
|
- padding: 10px;
|
|
|
- box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
|
|
|
- }
|
|
|
+ background: #fff;
|
|
|
+ padding-top: 14px;
|
|
|
+ padding-left: 12px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ box-shadow: 0 2px 10px rgba(153, 153, 153, 0.1);
|
|
|
+ // .search-icon {
|
|
|
+ // position: absolute;
|
|
|
+ // top: -10px;
|
|
|
+ // right: -10px;
|
|
|
+ // width: 20px;
|
|
|
+ // height: 20px;
|
|
|
+ // font-size: 20px;
|
|
|
+ // color: #fff;
|
|
|
+ // background-color: #1890ff;
|
|
|
+ // }
|
|
|
+ // .search-container {
|
|
|
+ // box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
|
|
|
+ // padding-top: 12px;
|
|
|
+ // margin-bottom: 10px;
|
|
|
+ // .a-form-item--small.a-form-item {
|
|
|
+ // margin-bottom: 14px;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // .item-echarts {
|
|
|
+ // min-height: calc(100vh - 174px);
|
|
|
+ // padding: 10px;
|
|
|
+ // box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
|
|
|
+ // }
|
|
|
}
|
|
|
</style>
|