feat: 处理请求展示的位置

This commit is contained in:
奔跑的面条
2022-07-16 20:57:01 +08:00
parent d1de5f0c4c
commit 740f471ff4
8 changed files with 142 additions and 103 deletions
@@ -19,7 +19,7 @@
<n-text> </n-text>
<n-tag type="primary" :bordered="false"> {{ requestContentTypeObj[requestContentType] }} </n-tag>
</div>
<n-button type="primary" ghost @click="closeHandle">确认</n-button>
<n-button type="primary" @click="closeHandle">确认</n-button>
</n-space>
</template>
</n-card>
@@ -67,6 +67,9 @@ const closeHandle = () => {
& > .n-card__content {
padding-right: 0;
}
.n-card__content {
padding-bottom: 5px;
}
}
}
</style>