mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
site: update affix demo style (#45358)
This commit is contained in:
parent
5453055dcb
commit
75d4d29ad3
@ -90,7 +90,7 @@ exports[`renders components/affix/demo/on-change.tsx extend context correctly 2`
|
||||
|
||||
exports[`renders components/affix/demo/target.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="width: 100%; height: 100px; border-radius: 6px; overflow: auto; border: 1px solid #40a9ff;"
|
||||
style="width: 100%; height: 100px; overflow: auto; border: 1px solid #40a9ff;"
|
||||
>
|
||||
<div
|
||||
style="width: 100%; height: 1000px;"
|
||||
|
@ -84,7 +84,7 @@ exports[`renders components/affix/demo/on-change.tsx correctly 1`] = `
|
||||
|
||||
exports[`renders components/affix/demo/target.tsx correctly 1`] = `
|
||||
<div
|
||||
style="width:100%;height:100px;border-radius:6px;overflow:auto;border:1px solid #40a9ff"
|
||||
style="width:100%;height:100px;overflow:auto;border:1px solid #40a9ff"
|
||||
>
|
||||
<div
|
||||
style="width:100%;height:1000px"
|
||||
|
@ -4,7 +4,6 @@ import { Affix, Button } from 'antd';
|
||||
const containerStyle: React.CSSProperties = {
|
||||
width: '100%',
|
||||
height: 100,
|
||||
borderRadius: 6,
|
||||
overflow: 'auto',
|
||||
border: '1px solid #40a9ff',
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user