Разделил сайдбар на компоненты
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
span.icon-container(
|
||||
:class="rightIcon",
|
||||
v-if="rightIcon"
|
||||
:style="{fontSize: iconRightSize + 'px'}"
|
||||
:style="{fontSize: iconRightSize + 'px', marginLeft: marginLeftIcon + 'px'}"
|
||||
)
|
||||
</template>
|
||||
|
||||
@@ -50,6 +50,10 @@ export default {
|
||||
type: Number,
|
||||
default: 24,
|
||||
},
|
||||
marginLeftIcon: {
|
||||
type: Number,
|
||||
default: 0,
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user