mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 11:58:25 +08:00
fix: update token (#476)
Co-authored-by: kadenzhong <kadenzhong@tencent.com>
This commit is contained in:
parent
cd2939cd4f
commit
a0c67b05d9
|
@ -198,8 +198,8 @@ const onStokeDataChange = (checkedValues: string[]) => {
|
|||
|
||||
&__content {
|
||||
&-title {
|
||||
font: var(--td-font-headline-medium);
|
||||
font-weight: 400;
|
||||
font-size: var(--td-font-size-headline-medium);
|
||||
line-height: var(--td-line-height-headline-medium);
|
||||
}
|
||||
|
||||
&-footer {
|
||||
|
|
|
@ -191,8 +191,8 @@ watch(
|
|||
> span {
|
||||
display: inline-block;
|
||||
color: var(--td-text-color-primary);
|
||||
font: var(--td-font-headline-medium);
|
||||
font-weight: 400;
|
||||
font-size: var(--td-font-size-headline-medium);
|
||||
line-height: var(--td-line-height-headline-medium);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
@change="onMaterialChange"
|
||||
/>
|
||||
</template>
|
||||
<div id="lineContainer" style="width: 100%; height: 412px" />
|
||||
<div id="lineContainer" style="width: 100%; height: 416px" />
|
||||
</t-card>
|
||||
</t-col>
|
||||
<t-col :xs="12" :xl="3">
|
||||
|
@ -240,8 +240,8 @@ const onMaterialChange = (value: string[]) => {
|
|||
}
|
||||
|
||||
&__number {
|
||||
font: var(--td-font-headline-large);
|
||||
font-weight: 400;
|
||||
font-size: var(--td-font-size-headline-medium);
|
||||
line-height: var(--td-font-size-headline-medium);
|
||||
color: var(--td-text-color-primary);
|
||||
margin-bottom: var(--td-comp-margin-xxl);
|
||||
}
|
||||
|
|
|
@ -65,7 +65,7 @@ export default defineComponent({
|
|||
height: 240px;
|
||||
|
||||
.operator-title-icon {
|
||||
background: var(--td-brand-color-focus);
|
||||
background: var(--td-brand-color-light);
|
||||
color: var(--td-brand-color);
|
||||
font-size: var(--td-comp-size-xxxl);
|
||||
padding: calc(var(--td-comp-size-xxxl) - var(--td-comp-size-xl));
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
border-radius: var(--td-radius-medium);
|
||||
|
||||
.product-sub-icon {
|
||||
background: var(--td-brand-color-focus);
|
||||
background: var(--td-brand-color-light);
|
||||
color: var(--td-brand-color);
|
||||
font-size: var(--td-comp-size-xxxl);
|
||||
padding: calc(var(--td-comp-size-xxxl) - var(--td-comp-size-xl));
|
||||
|
|
Loading…
Reference in New Issue
Block a user