Browse Source

fix: 任务请求参数查看添加个外边距

master
李永德 11 months ago
parent
commit
ba6da5bb71
  1. 1
      nladmin-ui/src/views/wms/sch/task/index.vue

1
nladmin-ui/src/views/wms/sch/task/index.vue

@ -554,6 +554,7 @@ export default {
font-family: monospace; /* 使用等宽字体 */
background-color: #f5f5f5; /* 背景色 */
padding: 10px; /* 内边距 */
margin: 10px;
border-radius: 4px; /* 圆角 */
border: 1px solid #e0e0e0; /* 边框 */
}

Loading…
Cancel
Save