|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <a-card :body-style="{padding: '24px 32px'}" :bordered="false">
|
|
|
|
|
|
+ <a-card :body-style="{padding: '24px 32px'}" :bordered="false" class="internal-model">
|
|
<a-form @submit="handleSubmit" :form="form">
|
|
<a-form @submit="handleSubmit" :form="form">
|
|
<a-form-item
|
|
<a-form-item
|
|
label="选择头条账户"
|
|
label="选择头条账户"
|
|
@@ -1326,7 +1326,7 @@
|
|
border-color: inherit;
|
|
border-color: inherit;
|
|
}
|
|
}
|
|
|
|
|
|
- table td {
|
|
|
|
|
|
+ .internal-model table td {
|
|
height: 20px;
|
|
height: 20px;
|
|
max-width: 5px;
|
|
max-width: 5px;
|
|
border: 1px solid #dfe6ec;
|
|
border: 1px solid #dfe6ec;
|