From 490af3097a6fccda60d24e14a96a39a9fbdf689d Mon Sep 17 00:00:00 2001 From: morning-star <26325820+Sight-wcg@users.noreply.github.com> Date: Thu, 17 Jul 2025 12:36:38 +0800 Subject: [PATCH] Update src/css/layui.css --- src/css/layui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/layui.css b/src/css/layui.css index db2958c4..561263bf 100644 --- a/src/css/layui.css +++ b/src/css/layui.css @@ -15,7 +15,7 @@ h1,h2,h3,h4,h5,h6{font-weight: 700;} h5,h6{font-size: 100%;} button,input,select,textarea{font-size: 100%; } input,button,textarea,select,optgroup,option{font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; outline: 0;} -pre{white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; white-space: pre-wrap; word-wrap: break-word;} +pre{white-space: pre-wrap; word-wrap: break-word;} /** 初始化全局标签 **/ body{line-height: 1.6; color: rgba(0,0,0,.85); font-size: 14px; font-family: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;}