diff options
Diffstat (limited to 'web/html/xray.html')
| -rw-r--r-- | web/html/xray.html | 37 |
1 files changed, 1 insertions, 36 deletions
diff --git a/web/html/xray.html b/web/html/xray.html index 12073634..5b1b8026 100644 --- a/web/html/xray.html +++ b/web/html/xray.html @@ -3,45 +3,10 @@ <link rel="stylesheet" href="{{ .base_path }}assets/codemirror/fold/foldgutter.css"> <link rel="stylesheet" href="{{ .base_path }}assets/codemirror/xq.min.css?{{ .cur_ver }}"> <link rel="stylesheet" href="{{ .base_path }}assets/codemirror/lint/lint.css"> -<style> - @media (min-width: 769px) { - .ant-layout-content { - margin: 24px 16px; - } - } - - @media (max-width: 768px) { - .ant-tabs-nav .ant-tabs-tab { - margin: 0; - padding: 12px .5rem; - } - - .ant-table-thead>tr>th, - .ant-table-tbody>tr>td { - padding: 10px 0px; - } - } - - .ant-tabs-bar { - margin: 0; - } - - .ant-list-item { - display: block; - } - - .ant-list-item>li { - padding: 10px 20px !important; - } - - .ant-collapse-content-box .ant-alert { - margin-block-end: 12px; - } -</style> {{ template "page/head_end" .}} {{ template "page/body_start" .}} -<a-layout id="app" v-cloak :class="themeSwitcher.currentTheme"> +<a-layout id="app" v-cloak :class="themeSwitcher.currentTheme + ' xray-page'"> <a-sidebar></a-sidebar> <a-layout id="content-layout"> <a-layout-content> |
