Фикс услуг

This commit is contained in:
megavrilinvv
2023-06-19 19:06:12 +03:00
parent 7c16a60d85
commit 32bbb77bc1

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