fix: 任务请求参数查看添加个外边距
This commit is contained in:
@@ -554,6 +554,7 @@ export default {
|
|||||||
font-family: monospace; /* 使用等宽字体 */
|
font-family: monospace; /* 使用等宽字体 */
|
||||||
background-color: #f5f5f5; /* 背景色 */
|
background-color: #f5f5f5; /* 背景色 */
|
||||||
padding: 10px; /* 内边距 */
|
padding: 10px; /* 内边距 */
|
||||||
|
margin: 10px;
|
||||||
border-radius: 4px; /* 圆角 */
|
border-radius: 4px; /* 圆角 */
|
||||||
border: 1px solid #e0e0e0; /* 边框 */
|
border: 1px solid #e0e0e0; /* 边框 */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user