remove less & less-loader dep
This commit is contained in:
@@ -176,7 +176,7 @@ export default {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style lang='less'>
|
||||
<style lang='scss'>
|
||||
|
||||
.editor {
|
||||
margin-top: 4px;
|
||||
|
||||
@@ -61,12 +61,12 @@ export default {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style lang='less'>
|
||||
#list {
|
||||
max-width: 500px;
|
||||
margin: 0 auto;
|
||||
.v-list-item__title {
|
||||
white-space: normal !important;
|
||||
}
|
||||
}
|
||||
<style>
|
||||
#list {
|
||||
max-width: 500px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
#list .v-list-item__title {
|
||||
white-space: normal !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user