fix: 样式优化

This commit is contained in:
dataeaseShu
2025-01-08 10:30:53 +08:00
committed by xuwei-fit2cloud
parent 0911a58bbe
commit cb1bec921f
4 changed files with 9 additions and 4 deletions

View File

@@ -227,8 +227,7 @@ const emits = defineEmits(['changeId'])
}
.request-tabs {
margin: 0 24px;
min-height: 200px;
margin: 0 16px;
:deep(.ed-tabs__item) {
font-family: var(--de-custom_font, 'PingFang');

View File

@@ -254,6 +254,8 @@ const timeFunLists = [
<style lang="less" scoped>
.api-key-value {
padding-bottom: 14px;
& > .ed-input,
.ed-autocomplete {
width: 100%;

View File

@@ -309,6 +309,7 @@ const timeFunLists = [
<style lang="less" scoped>
.api-variable {
padding-bottom: 14px;
& > .ed-input,
:deep(.ed-autocomplete) {
width: 100%;

View File

@@ -124,7 +124,11 @@ const handleNumberSizeChange = () => {
<template>
<div class="api-pagination">
<span class="type">{{ t('api_pagination.pagination_method') }}</span>
<el-select v-model="page.pageType" @change="handleNumberSizeChange" style="width: 100%">
<el-select
v-model="page.pageType"
@change="handleNumberSizeChange"
style="width: 100%; margin-top: 8px"
>
<el-option
v-for="item in options"
:key="item.value"
@@ -195,7 +199,6 @@ const handleNumberSizeChange = () => {
font-size: 14px;
font-weight: 400;
line-height: 22px;
margin-bottom: 8px;
}
.table-title {