|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta content="IE=edge" http-equiv="X-UA-Compatible" />
- <base target="_parent">
- <script>
- if (window.parent !== window) {
- window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
- }
- </script>
- <title>Storybook</title>
- <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
- <link href="http://obpykithy.bkt.clouddn.com/hawkeye/styles/fonts.css" rel="stylesheet">
- <style>
- * {
- font-family: 'Open Sans', 'Lato', sans-serif;
- }
- .time_picker_wrapper {
- height: 500px;
- width: 300px;
- margin: 50px auto;
- }
- .time_picker_wrapper2 {
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- margin-top: 100px;
- }
- .time_picker_trigger {
- width: auto;
- display: inline-block;
- position: relative;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- .gap {
- float: left;
- width: 20px;
- }
- .time_picker_container {
- width: 300px;
- }
- </style>
-
- </head>
- <body>
- <div id="root"></div>
- <div id="error-display"></div>
- <script type="text/javascript" src="static/preview.d593bcedfa21fe37c961.bundle.js"></script></body>
- </html>
|