revert d893ebdc1d
This commit is contained in:
parent
1d24fc97d7
commit
3b0ded22b4
2 changed files with 8 additions and 4 deletions
|
@ -194,6 +194,10 @@
|
|||
<Button type="default">Large</Button>
|
||||
<Button type="default">Large</Button>
|
||||
</Button-group>
|
||||
<Button-group size="large">
|
||||
<Button type="default">大汉字</Button>
|
||||
<Button type="default">大汉字</Button>
|
||||
</Button-group>
|
||||
<Button-group>
|
||||
<Button type="default">Default</Button>
|
||||
<Button type="default">Default</Button>
|
||||
|
@ -215,6 +219,8 @@
|
|||
<Button type="default">Small</Button>
|
||||
<Button type="default">Small</Button>
|
||||
</Button-group>
|
||||
|
||||
<br><br><br><br><br>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
|
|
@ -23,10 +23,8 @@
|
|||
// Base
|
||||
@body-background : #fff;
|
||||
@component-background : #fff;
|
||||
@font-family : -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC',
|
||||
'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif,
|
||||
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
||||
@code-family : 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
|
||||
@font-family : "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
|
||||
@code-family : Consolas,Menlo,Courier,monospace;
|
||||
@title-color : #17233d;
|
||||
@text-color : #515a6e;
|
||||
@font-size-base : 14px;
|
||||
|
|
Loading…
Add table
Reference in a new issue