- :root body {
- --hide-header-top: calc(-1 * var(--editor-head-height));
- --show-header-top: 0px;
- // mini-map size
- --simle-map-width: 400px;
- --simle-map-height: 200px;
- --scale-simle-map-width: 600px;
- --scale-simle-map-height: 300px;
- // 搜索框
- --global-search-width: 340px;
- --taggle-btn-width: 30px;
- --body-right-margin: 20px;
- }
|