Commit 21bd023b authored by Kittisak Maneewong's avatar Kittisak Maneewong

successproject

parent 590108b0
This diff is collapsed.
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</v-layout> </v-layout>
</v-container> </v-container>
</v-content> </v-content>
<Footer></Footer> <!-- <Footer></Footer> -->
<Snackbar></Snackbar> <Snackbar></Snackbar>
</div> </div>
</template> </template>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</v-layout> </v-layout>
</v-container> </v-container>
</v-content> </v-content>
<Footer></Footer> <!-- <Footer></Footer> -->
<Snackbar></Snackbar> <Snackbar></Snackbar>
</div> </div>
</template> </template>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<v-icon small color="brown">fas fa-building</v-icon> เกี่ยวกับเรา <v-icon small color="brown">fas fa-building</v-icon> เกี่ยวกับเรา
</v-flex> </v-flex>
<v-flex xs12 sm12 class="body-1 mt-1"> <v-flex xs12 sm12 class="body-1 mt-1">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{ detail_data.about ? detail_data.sabout : '-' }} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{ detail_data.about ? detail_data.about : '-' }}
</v-flex> </v-flex>
<v-flex xs12 sm12 class="mt-2 "> <v-flex xs12 sm12 class="mt-2 ">
<span class="font-weight-bold subheading red--text">รายละเอียดงาน</span> <span class="font-weight-bold subheading red--text">รายละเอียดงาน</span>
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
</v-flex> </v-flex>
<v-layout row wrap class="pa-3"> <v-layout row wrap class="pa-3">
<v-flex sm3 xs12 class="text-sm-center text-xs-center"> <v-flex sm3 xs12 class="text-sm-center text-xs-center">
<img :src="companies.imageCompany" alt="" height="160"> <img :src="companies.imageCompany" alt="" width="160">
</v-flex> </v-flex>
<v-flex xs12 sm9 class="px-3"> <v-flex xs12 sm9 class="px-3">
<v-flex xs12 sm12> <v-flex xs12 sm12>
......
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