58 lines
2.6 KiB
Vue
58 lines
2.6 KiB
Vue
<template>
|
|
<v-layout column pb-2>
|
|
<v-card class="search-test">
|
|
<v-card-actions>
|
|
<v-btn outline color="orange">Pemeriksaan</v-btn>
|
|
<v-btn flat color="orange">Panel</v-btn>
|
|
<v-btn flat color="orange">Profile</v-btn>
|
|
<v-btn flat color="orange" text-color="red">MOU *</v-btn>
|
|
</v-card-actions>
|
|
<v-divider></v-divider>
|
|
<v-card-text>
|
|
<v-layout row >
|
|
<v-text-field
|
|
|
|
color="cyan darken"
|
|
placeholder="ketikkan pemeriksaan ..."
|
|
class="pt-0"
|
|
>
|
|
|
|
</v-text-field>
|
|
</v-layout>
|
|
<v-layout row>
|
|
<v-flex text-md-center >
|
|
<v-btn depressed small color="error">TEST 1</v-btn>
|
|
<v-btn depressed small color="error">TEST 2</v-btn>
|
|
<v-btn depressed small color="error">TEST 3</v-btn>
|
|
<v-btn depressed small color="error">TEST 4</v-btn>
|
|
<v-btn depressed small color="error">TEST 5</v-btn>
|
|
<v-btn depressed small color="error">TEST 6</v-btn>
|
|
<v-btn depressed small color="error">TEST 7</v-btn>
|
|
<v-btn depressed small color="info">TEST 8</v-btn>
|
|
<v-btn depressed small color="info">TEST 9</v-btn>
|
|
<v-btn depressed small color="info">TEST 10</v-btn>
|
|
<v-btn depressed small color="info">TEST 11</v-btn>
|
|
<v-btn depressed small color="info">TEST 12</v-btn>
|
|
<v-btn depressed small color="info">TEST 13</v-btn>
|
|
<v-btn depressed small color="info">TEST 14</v-btn>
|
|
<v-btn depressed small color="warning">TEST 15</v-btn>
|
|
<v-btn depressed small color="warning">TEST 16</v-btn>
|
|
<v-btn depressed small color="warning">TEST 17</v-btn>
|
|
<v-btn depressed small color="warning">TEST 18</v-btn>
|
|
<v-btn depressed small color="warning">TEST 19</v-btn>
|
|
<v-btn depressed small color="warning">TEST 20</v-btn>
|
|
</v-flex>
|
|
</v-layout>
|
|
</v-card-text>
|
|
</v-card>
|
|
</v-layout>
|
|
</template>
|
|
|
|
<style scoped>
|
|
</style>
|
|
<script>
|
|
module.exports = {
|
|
|
|
}
|
|
</script>
|