mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-02-23 08:29:53 -05:00
Update default.html
This commit is contained in:
parent
7e34d350cf
commit
e022e65a08
@ -164,6 +164,12 @@ button {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tablenode {
|
||||||
|
width: 100% !important;
|
||||||
|
border: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -262,7 +268,7 @@ button {
|
|||||||
Vue.component('checklist-item', {
|
Vue.component('checklist-item', {
|
||||||
template: '<div>' +
|
template: '<div>' +
|
||||||
'<input :checked="complete" @click="progress" type="checkbox" :name="\'checkbox\' + id" :id="\'checkbox\' + id" class="checkboxes" value="">' +
|
'<input :checked="complete" @click="progress" type="checkbox" :name="\'checkbox\' + id" :id="\'checkbox\' + id" class="checkboxes" value="">' +
|
||||||
'<label :for="\'checkbox\' + id"><table><tr><td><b v-html="i.name"></b></td><td v-html="i.dtype"></td><td><i v-if="i.install_macos != \'\'" class="fab fa-apple"></i> <i v-if="i.install_linux != \'\'" class="fab fa-linux"></i> <i v-if="i.install_windows != \'\'" class="fab fa-windows"></i></td></tr><tr><td v-html=i.desc></td></tr></table></label>' +
|
'<label :for="\'checkbox\' + id" class="tablenode"><table class="tablenode"><tr><td><b v-html="i.name"></b></td><td v-html="i.dtype"></td><td v-html="i.method"></td><td><i v-if="i.install_macos != \'\'" class="fab fa-apple"></i> <i v-if="i.install_linux != \'\'" class="fab fa-linux"></i> <i v-if="i.install_windows != \'\'" class="fab fa-windows"></i></td></tr><tr><td v-html=i.desc></td></tr></table></label>' +
|
||||||
'</div>',
|
'</div>',
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user