mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 10:18:11 +08:00
fix: 样式优化
This commit is contained in:
committed by
xuwei-fit2cloud
parent
0911a58bbe
commit
cb1bec921f
@@ -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');
|
||||
|
||||
@@ -254,6 +254,8 @@ const timeFunLists = [
|
||||
|
||||
<style lang="less" scoped>
|
||||
.api-key-value {
|
||||
padding-bottom: 14px;
|
||||
|
||||
& > .ed-input,
|
||||
.ed-autocomplete {
|
||||
width: 100%;
|
||||
|
||||
@@ -309,6 +309,7 @@ const timeFunLists = [
|
||||
|
||||
<style lang="less" scoped>
|
||||
.api-variable {
|
||||
padding-bottom: 14px;
|
||||
& > .ed-input,
|
||||
:deep(.ed-autocomplete) {
|
||||
width: 100%;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user