Commit eca4b3e3 authored by yaya's avatar yaya

feat: UI优化

parent 805b2a37
......@@ -8,7 +8,7 @@
<el-container v-loading="loading" style="width: 100%;height: 100%; border: 1px solid #eee">
<el-aside style="width: 20%;background-color: white;padding: 0;min-width: 240px">
<div class="top-tabs" style="background: white;position: fixed; width: 20%;min-width: 240px">
<el-tabs style="padding: 5px 10px 0;min-width: 240px" @tab-click="handleClick">
<el-tabs style="padding: 5px 10px 0;min-width: 220px" @tab-click="handleClick">
<el-tab-pane v-for="(item) in customerList" :key="item.code" >
<div slot="label">
<div class="span-box">
......@@ -831,6 +831,9 @@ export default {
height: 58px;
background: white;
padding: 8px;
z-index: 1001;
position: relative;
top: 0;
}
.chat-message-list {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment