| | |
| | | |
| | | .container { |
| | | padding: 0 20px 20px 20px; |
| | | |
| | | } |
| | | ::-webkit-scrollbar{ /*滚动条整体样式*/ |
| | | width: 6px; /*高宽分别对应横竖滚动条的尺寸*/ |
| | | height: 1px; |
| | | } |
| | | ::-webkit-scrollbar-thumb{ /*滚动条里面小方块*/ |
| | | border-radius: 5px; |
| | | background: #cfcbcb; |
| | | } |
| | | ::-webkit-scrollbar-track{ /*滚动条里面轨道*/ |
| | | border-radius: 6px; |
| | | background: #ededed; |
| | | } |
| | | |
| | | |
| | | |
| | | .arco-form .arco-slider{ |
| | | display: flex; |
| | |
| | | font-size: 14px; |
| | | } |
| | | } |
| | | |
| | | :deep(.arco-list-col) { |
| | | display: flex; |
| | | flex-direction: row; |
| | |
| | | </a-col> |
| | | <a-col :span="18"> |
| | | <a-card class="center"> |
| | | <div |
| | | <!-- <div |
| | | v-if="sessionDetailList.length === 0" |
| | | style=" |
| | | width: 90%; |
| | |
| | | </div> |
| | | </a-col> |
| | | </a-row> |
| | | </div> |
| | | </div> --> |
| | | <a-scrollbar |
| | | ref="scrollbar" |
| | | id="home" |
| | | v-else |
| | | class="chat-list" |
| | | style=" |
| | | width: 90%; |