Commit 512a7138 by 吴云建

样式更新

parent 578a76e6
Showing with 4 additions and 1 deletions
......@@ -14,7 +14,7 @@
<div class="checkbox-wrap" @click.stop v-if="showItemCheckbox">
<el-checkbox v-model="item.checked"></el-checkbox>
</div>
<div>
<div class="w-100">
<div
class="
chat-info-left
......@@ -284,6 +284,9 @@ export default class ModelChatList extends Vue {
</script>
<style lang="less" scoped>
.w-100 {
width: 100%;
}
.chat-list-con {
display: inline-block;
position: relative;
......
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 sign in to comment