mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]微信关键字管理
This commit is contained in:
parent
769b1ae91d
commit
2c122cd4c7
@ -33,6 +33,10 @@
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.aui-chat .aui-chat-inner {
|
||||
max-width: 95% !important;
|
||||
}
|
||||
|
||||
.aui-chat .aui-chat-content .aui-chat-arrow.one {
|
||||
top: .7rem !important;
|
||||
background: #f5f5f5 !important;
|
||||
@ -43,7 +47,7 @@
|
||||
.aui-chat .aui-chat-content .aui-chat-arrow.two {
|
||||
top: .7rem !important;
|
||||
background: #f5f5f5 !important;
|
||||
left: -0.2rem !important;
|
||||
left: -0.25rem !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
@ -70,9 +74,9 @@
|
||||
<img src='{$content|default="__PUBLIC__/static/theme/default/img/image.png"}'/>
|
||||
</div>
|
||||
{elseif $type eq 'music'}
|
||||
<div class="aui-chat-content" style='background:#080;border:1px solid #ccc;'>
|
||||
<div class="aui-chat-arrow one"></div>
|
||||
<div class="aui-chat-arrow two"></div>
|
||||
<div class="aui-chat-content" style='background:#080'>
|
||||
<div class="aui-chat-arrow one" style="background:#080!important;"></div>
|
||||
<div class="aui-chat-arrow two" style="background:#080!important;"></div>
|
||||
<table>
|
||||
<tr>
|
||||
<td style='overflow:hidden;white-space:nowrap;color:#f5f5f5;min-width:100%'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user