feat: 呼叫服务页面布局调整
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// 边框
|
||||
.border {
|
||||
border: 1px solid #000;
|
||||
border: 1px solid #e5e8ee;
|
||||
}
|
||||
|
||||
.border-bottom {
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.rounded-6 {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.rounded-8 {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user