style:修改列表样式
This commit is contained in:
parent
09788ee9c9
commit
5568103505
4
App.vue
4
App.vue
@ -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: {
|
||||||
|
@ -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,
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user