feat: 样式修改
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="chat-mine">
|
||||
<view class="chat-mine bg-17294E">
|
||||
<text>{{ text }}</text>
|
||||
<slot></slot>
|
||||
</view>
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
.chat-mine {
|
||||
margin: 6px 12px;
|
||||
margin: 6px 20px;
|
||||
padding: 8px 16px;
|
||||
|
||||
background-color: #00a6ff;
|
||||
box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
|
||||
border-radius: 20px 4px 20px 20px;
|
||||
border: 1px solid;
|
||||
border-color: #ffffff;
|
||||
border-radius: 15px;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user