Merge branch 'ASTRA-108' into 'master'

Фикс услуг

See merge request andrusyakka/urban-couscous!431
This commit is contained in:
Vasiliy Gavrilin
2023-06-19 16:06:38 +00:00

View File

@@ -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