style:修改列表样式

This commit is contained in:
zhaoxh 2019-11-08 17:57:24 +08:00
parent 09788ee9c9
commit 5568103505
3 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@
</template> </template>
<script> <script>
// import Markdown from './dist/simple'; import Markdown from './dist/simple';
import Markdown from 'vue-meditor'; // import Markdown from 'vue-meditor';
export default { export default {
components: { components: {

View File

@ -1,7 +1,7 @@
{ {
"name": "vue-meditor", "name": "vue-meditor",
"description": "一款使用marked和highlight.js开发的一款markdown编辑器", "description": "一款使用marked和highlight.js开发的一款markdown编辑器",
"version": "2.0.0", "version": "2.0.1",
"author": "zhaoxuhui<1258835133@qq.com>", "author": "zhaoxuhui<1258835133@qq.com>",
"license": "MIT", "license": "MIT",
"private": false, "private": false,

View File

@ -652,7 +652,7 @@ ul.shift {
border-radius: 50%; border-radius: 50%;
position: absolute; position: absolute;
z-index: 99; z-index: 99;
top: 10px; top: 12px;
left: -8px; left: -8px;
background: @content; background: @content;
} }