為了獲取更多最新內(nèi)容及功能更新,請直接訪問我們的首頁以查看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;
}
更多建議: