style:修改列表样式
This commit is contained in:
parent
09788ee9c9
commit
5568103505
4
App.vue
4
App.vue
@ -12,8 +12,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// import Markdown from './dist/simple';
|
||||
import Markdown from 'vue-meditor';
|
||||
import Markdown from './dist/simple';
|
||||
// import Markdown from 'vue-meditor';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vue-meditor",
|
||||
"description": "一款使用marked和highlight.js开发的一款markdown编辑器",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"author": "zhaoxuhui<1258835133@qq.com>",
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
|
@ -652,7 +652,7 @@ ul.shift {
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
z-index: 99;
|
||||
top: 10px;
|
||||
top: 12px;
|
||||
left: -8px;
|
||||
background: @content;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user