There was an error while loading. Please reload this page.
1 parent 4535e26 commit b0276c4Copy full SHA for b0276c4
3 files changed
src/assets/css/app.less
@@ -113,3 +113,7 @@
113
}
114
115
116
+
117
+.el-tabs--card > .el-tabs__header .el-tabs__item{
118
+ margin-top:0 !important;
119
+}
src/components/joke/joke_emotion.vue
@@ -30,6 +30,7 @@ export default {
30
31
<style lang="less">
32
.m-joke-popover {
33
+ padding:0 !important;
34
.m-publish-joke-emotion {
35
margin: 0;
36
.c-jx3box-emotion-item {
src/views/emotion/Emotion.vue
@@ -569,5 +569,5 @@ export default {
569
570
571
@import "~@/assets/css/app.less";
572
+@import "~@/assets/css/emotion/emotion.less";
573
</style>
-<style lang="less" src="@/assets/css/emotion/emotion.less"></style>
0 commit comments