全局样式修改
2024-07-17 23:46 更新
为了获取更多最新内容及功能更新,请直接访问我们的首页以查看DzzOffice笔记的最新地址。
文件:static\css\common.css
自行查询css样式修改下面的代码
.form-group{
width: 100%;
box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
border-radius: var(--radius);
padding: 10px;
display: flex;
justify-content:flex-start;
flex-direction:row;
align-items:center;
align-content:flex-start;
flex-wrap:wrap;
border: 1px solid #ebeef5;
}
html,body{
margin:0;
padding:0;
width: 100%;
height: 100%;
-webkit-overflow-scrolling: touch;
font-family:Tahoma,'Microsoft Yahei','Simsun';
word-break:break-all;
overflow: hidden;
--radius: 5px;
background:rgba(242,242,242);
}
文件:static\bootstrap\css\bootstrap.min.css
自行查询css样式修改下面的代码
dl{
margin-top:0;
width: 100%;
box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
border-radius: var(--radius);
padding: 10px;
display: flex;
flex-direction:column;
border: 1px solid #ebeef5;
}
以上内容是否对您有帮助:
更多建议: