Фикс услуг
This commit is contained in:
@@ -196,7 +196,7 @@ export default {
|
||||
defaultWidth = defaultWidth - e.offsetWidth;
|
||||
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() {
|
||||
@@ -206,8 +206,6 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="sass" scoped>
|
||||
|
||||
|
||||
.dark-blue
|
||||
color: var(--font-dark-blue-color)
|
||||
min-width: 50px
|
||||
|
||||
Reference in New Issue
Block a user