feat: 首页样式的调整
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<template>
|
||||
<view
|
||||
class="chat-other border-box flex flex-col overflow-hidden pl-12 mt-6 mb-6"
|
||||
>
|
||||
<view class="w-full border-box flex flex-col overflow-hidden pl-12 mt-6 mb-6">
|
||||
<text class="font-size-14 color-333">{{ text }}</text>
|
||||
<slot></slot>
|
||||
</view>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
.item {
|
||||
border: 1px solid #fff;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
padding: 4px 8px;
|
||||
padding: 4px 12px;
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
||||
Reference in New Issue
Block a user