| 12345678910111213141516171819202122232425 |
- :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;
- --boundMargin: 24px
- }
- .head-icon {
- display: inline-block;
- width: var(--editor-menu-width);
- font-size: 20px !important;
- margin-left: -20px;
- text-align: center;
- }
|