perf: 搜索框样式调整,mibbrowser进行中
This commit is contained in:
@@ -576,7 +576,7 @@ const en = {
|
|||||||
ip: "IP"
|
ip: "IP"
|
||||||
},
|
},
|
||||||
mib:{
|
mib:{
|
||||||
mib:'Mib',
|
mib:'SNMP mib',
|
||||||
fileName:'FileName',
|
fileName:'FileName',
|
||||||
remark:'Remark',
|
remark:'Remark',
|
||||||
updateUser:'Update User',
|
updateUser:'Update User',
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- 搜索框-->
|
<!-- 搜索框-->
|
||||||
<div class="input-center-box" id="input-center-box">
|
<div class="input-center-box" id="input-center-box">
|
||||||
<el-scrollbar style="height: 100%;" ref="searchScrollbar">
|
<el-scrollbar style="height: 100%;width: 200px; overflow-y: hidden" ref="searchScrollbar">
|
||||||
<ul class="sreach_fixe_left" id="search-ul">
|
<ul class="sreach_fixe_left" id="search-ul">
|
||||||
<li class="selectinfo_box" v-if="select_list.length>0" v-for="(val,ind) in select_list" :key="ind" @click="update_sreach(ind,$event)">
|
<li class="selectinfo_box" v-if="select_list.length>0" v-for="(val,ind) in select_list" :key="ind" @click="update_sreach(ind,$event)">
|
||||||
<div class="select_condition">
|
<div class="select_condition">
|
||||||
@@ -1308,7 +1308,8 @@
|
|||||||
border-radius: 0 4px 4px 0;
|
border-radius: 0 4px 4px 0;
|
||||||
}
|
}
|
||||||
.new-search .search-input-all{
|
.new-search .search-input-all{
|
||||||
width: 240px;
|
width: 231px !important;
|
||||||
|
min-width: 231px;
|
||||||
background-color: $content-right-background-color;
|
background-color: $content-right-background-color;
|
||||||
color: rgba(0,0,0,.55);
|
color: rgba(0,0,0,.55);
|
||||||
height: 24px;
|
height: 24px;
|
||||||
@@ -1317,7 +1318,6 @@
|
|||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
background-color: $content-right-background-color;
|
background-color: $content-right-background-color;
|
||||||
@@ -1513,7 +1513,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
float: left;
|
float: left;
|
||||||
min-width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
.select_input input{
|
.select_input input{
|
||||||
width: calc(100% - 1px);
|
width: calc(100% - 1px);
|
||||||
|
|||||||
@@ -34,6 +34,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="content-right">
|
<div class="content-right">
|
||||||
<div class="top-tools">
|
<div class="top-tools">
|
||||||
|
<div class="nz-tab" style="right: 100%; transform: translateX(100%); position: absolute;width: 200px;">
|
||||||
|
<div class="nz-tab-item-box" @click="" id="module-type-1">
|
||||||
|
<div class="nz-tab-item nz-tab-item-active">Files</div>
|
||||||
|
</div>
|
||||||
|
<div @click="" class="nz-tab-item-box" id="module-type-2">
|
||||||
|
<div class="nz-tab-item">Browser</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div class="top-tool-main-right">
|
<div class="top-tool-main-right">
|
||||||
<div class="top-tool-search">
|
<div class="top-tool-search">
|
||||||
<search-input :searchMsg="searchMsg" @search="search"></search-input>
|
<search-input :searchMsg="searchMsg" @search="search"></search-input>
|
||||||
|
|||||||
13
nezha-fronted/src/components/page/config/mibBrowser.vue
Normal file
13
nezha-fronted/src/components/page/config/mibBrowser.vue
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<template>
|
||||||
|
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "mibBrowser"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
|
||||||
|
</style>
|
||||||
Reference in New Issue
Block a user