Фикс услуг

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