thainv-dev:
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<div class="big-temp">28°</div>
|
||||
<div class="name">Mưa nhẹ</div>
|
||||
</div>
|
||||
<div class="color-gray-2">
|
||||
<!-- <div class="color-gray-2">
|
||||
<p>Cao: 28° Thấp: 24°</p>
|
||||
<div>
|
||||
<span>Không khí:</span>
|
||||
@@ -52,9 +52,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
<div class="box-info-weather__right text-right color-gray-2">
|
||||
<!-- <div class="box-info-weather__right text-right color-gray-2">
|
||||
<div class="weather-tooltip mb40">
|
||||
<span class="weather-tooltip-group">
|
||||
<span>Cảm giác như 33° </span>
|
||||
@@ -134,7 +134,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</template>
|
||||
<style scoped lang="scss">
|
||||
@@ -145,7 +145,7 @@
|
||||
margin-bottom: 24px;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
min-height: 240px;
|
||||
// min-height: 240px;
|
||||
&.flexbox {
|
||||
align-items: flex-end;
|
||||
display: flex;
|
||||
|
||||
@@ -9,7 +9,7 @@ const _props = defineProps<{
|
||||
}>();
|
||||
|
||||
const definedDynamicComponent: Record<string, any> = {
|
||||
[enumPageComponentLayouts[enumPageComponentTemplate[enumPageComponentKey.NAVIGATION]['TOP']]['NAVIGATION_TOP_DEFAULT']]: WeatherDay,
|
||||
[enumPageComponentLayouts[enumPageComponentTemplate[enumPageComponentKey.OTHER]["WEATHER"]]["WEATHER_DEFAULT"]]: WeatherDay,
|
||||
};
|
||||
|
||||
const getCurrentComponent = computed(() => _props.settings.layout);
|
||||
|
||||
Reference in New Issue
Block a user