|
...
|
...
|
@@ -211,19 +211,18 @@ |
|
|
|
</script>
|
|
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
|
.config-card {
|
|
|
|
margin: 30px auto;
|
|
|
|
.config-card { margin: 30px auto;
|
|
|
|
border: 1px solid #f0f0f0;
|
|
|
|
border-radius: 6px;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
/* 标题在左上角,放大,背景与表单一致 */
|
|
|
|
:deep(.ant-card-head) {
|
|
|
|
background-color: #fff; /* 与输入区一致 */
|
|
|
|
background-color: #fff;
|
|
|
|
border-bottom: 1px solid #f0f0f0;
|
|
|
|
text-align: left;
|
|
|
|
font-size: 20px; /* 字体放大 */
|
|
|
|
//font-weight: 600;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 400;
|
|
|
|
padding-left: 24px;
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|