Commit 512a7138 by 吴云建

样式更新

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