| | |
| | | <el-select |
| | | v-model="TreeDataPool.searchCamType" |
| | | placeholder="请选择" |
| | | style="width: 134px;height: 34px;margin-left: 10px;" |
| | | |
| | | @change="searchAreaData" |
| | | > |
| | | <el-option |
| | |
| | | placeholder="搜索" |
| | | clearable |
| | | @input="querySearchAsync('camera')" |
| | | style="width: 103px;" |
| | | |
| | | > |
| | | <i |
| | | class="el-icon-search el-input__icon" |
| | |
| | | <style lang="scss"> |
| | | .left-tree-box { |
| | | float: left; |
| | | width: 300px; |
| | | width: 100%; |
| | | .el-tabs--border-card { |
| | | border: none; |
| | | box-shadow: none; |
| | |
| | | } |
| | | .el-tabs__content { |
| | | padding: 0; |
| | | width: 100%; |
| | | } |
| | | } |
| | | ul { |
| | |
| | | .el-submenu__icon-arrow { |
| | | font-size: 12px !important; |
| | | padding-right: 2px !important; |
| | | left: 270px !important; |
| | | right: unset; |
| | | right: 0; |
| | | //right: unset; |
| | | } |
| | | i { |
| | | padding-right: 10px !important; |
| | |
| | | } |
| | | } |
| | | .navTopSelect { |
| | | display: flex; |
| | | text-align: left; |
| | | |
| | | .el-input__icon { |
| | | line-height: 34px; |
| | | } |