Signed-off-by: 小胡 <3203164629@qq.com>
This commit is contained in:
小胡
2023-02-09 05:15:35 +00:00
committed by Gitee
Unverified
parent 573d7001e6
commit ffa132d260

View File

@@ -40,10 +40,9 @@ html,body{
}
.form-group{
width: 100%;
box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
border: 1px solid #ebeef5;
border-bottom: 1px dotted #DEEFFB;
border-radius: var(--radius);
padding: 10px;
padding: var(--radius);
display: flex;
justify-content:flex-start;
flex-direction:row;