Commit b5d609f0 authored by 沈良进's avatar 沈良进

Merge branch 'master' of http://gitlab.oytour.com/viitto/million

parents 78ad8264 ae010b51
<template> <template>
<section class="photo1 section-block"> <section class="photo1 section-block">
<div class="photo mobile-only rounded-borders" v-if="plugData.ImageUrl" style="overflow:hidden;margin-bottom: 0px;"> <div class="photo mobile-only rounded-borders" v-if="plugData.ImageUrl" style="overflow:hidden;margin-bottom: 0px;">
<img :src="plugData.ImageUrl" :alt="plugData.Title" style="height:20vh;width:auto;" /> <img :src="plugData.ImageUrl" :alt="plugData.Title" style="width:100%;" v-if="plugData.ImageUrl == 'https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/upload/關於我們-整图.png'"/>
<img :src="plugData.ImageUrl" :alt="plugData.Title" style="height:20vh;width:auto;" v-else/>
</div> </div>
<div class="photo desktop-only" v-if="plugData.ImageUrl"> <div class="photo desktop-only" v-if="plugData.ImageUrl">
<img :src="plugData.ImageUrl" :alt="plugData.Title"/> <img :src="plugData.ImageUrl" :alt="plugData.Title"/>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
// Tip: Use the "Theme Builder" on Quasar's documentation website. // Tip: Use the "Theme Builder" on Quasar's documentation website.
// $primary : #1976D2; // $primary : #1976D2;
//$primary : #31C3E0; //$primary : #31C3E0;
$primary: #F1416C; $primary: #1976D2;
$secondary: #26A69A; $secondary: #26A69A;
$accent: #9C27B0; $accent: #9C27B0;
$dark: #1D1D1D; $dark: #1D1D1D;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment