Fix: 强制Flex横排三列显示,修复GeoLite2本地库返回英文省市名改为中文翻译
This commit is contained in:
@@ -331,8 +331,9 @@
|
||||
</div>
|
||||
|
||||
{{-- 详细信息区 (等级高看等级低,或自己看自己时才有这些字段) --}}
|
||||
{{-- 注意:x-show 会把 display 改为 block,需要用 !important 强制横排 --}}
|
||||
<div x-show="userInfo.exp_num !== undefined"
|
||||
style="margin-top: 12px; display: flex; flex-direction: row; gap: 8px;">
|
||||
style="margin-top: 12px; display: flex !important; flex-direction: row !important; gap: 8px;">
|
||||
<!-- 经验 -->
|
||||
<div
|
||||
style="flex: 1; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 6px; padding: 6px 0; display: flex; flex-direction: column; align-items: center; justify-content: center;">
|
||||
|
||||
Reference in New Issue
Block a user