mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
fix: code style
This commit is contained in:
parent
0a9b154f53
commit
bd09f09dc4
@ -31,7 +31,7 @@
|
|||||||
rel="apple-touch-icon-precomposed"
|
rel="apple-touch-icon-precomposed"
|
||||||
href="https://gitee.com/yanglbme/resource/raw/master/doocs-md/qrcode.png"
|
href="https://gitee.com/yanglbme/resource/raw/master/doocs-md/qrcode.png"
|
||||||
/>
|
/>
|
||||||
<script src="https://cdn.bootcdn.net/ajax/libs/prettify/r224/prettify.min.js"></script>
|
<script src="https://cdn.bootcdn.net/ajax/libs/prettify/r298/prettify.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -16,6 +16,7 @@ export default {
|
|||||||
/* 每个页面公共css */
|
/* 每个页面公共css */
|
||||||
@import url("./assets/less/style-mirror.css");
|
@import url("./assets/less/style-mirror.css");
|
||||||
@import url("./assets/less/theme.less");
|
@import url("./assets/less/theme.less");
|
||||||
|
@import url("./assets/less/code-theme.less");
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 6px;
|
width: 6px;
|
||||||
height: 6px;
|
height: 6px;
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
@import "./code-theme.less";
|
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
@import "./codeTheme/wechat-code-block.less";
|
@import url("./codeTheme/wechat-code-block.less");
|
||||||
@import "./codeTheme/github-code-block.less";
|
@import url("./codeTheme/github-code-block.less");
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
@import url("../github-v2.min.css");
|
||||||
/*github code block*/
|
/*github code block*/
|
||||||
.code-snippet__github {
|
.code-snippet__github {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user