Фикс услуг
This commit is contained in:
@@ -196,7 +196,7 @@ export default {
|
|||||||
defaultWidth = defaultWidth - e.offsetWidth;
|
defaultWidth = defaultWidth - e.offsetWidth;
|
||||||
if (defaultWidth <= 10) return this.otherServices.push(e);
|
if (defaultWidth <= 10) return this.otherServices.push(e);
|
||||||
});
|
});
|
||||||
this.otherColor = this.otherServices[0]?.__vnode?.props?.style.background;
|
this.otherColor = this.otherServices[0]?.style.background;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
@@ -206,8 +206,6 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="sass" scoped>
|
<style lang="sass" scoped>
|
||||||
|
|
||||||
|
|
||||||
.dark-blue
|
.dark-blue
|
||||||
color: var(--font-dark-blue-color)
|
color: var(--font-dark-blue-color)
|
||||||
min-width: 50px
|
min-width: 50px
|
||||||
|
|||||||
Reference in New Issue
Block a user