[mod] webapp: no list style
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="mt-3">
|
<div class="mt-3">
|
||||||
<ul>
|
<ul class="pl-3">
|
||||||
<li v-for="w in watchers">
|
<li v-for="w in watchers">
|
||||||
<i class="fas" v-bind:class="watcherIconClass(w)"></i>
|
<i class="fas" v-bind:class="watcherIconClass(w)"></i>
|
||||||
{{ w.name }} <span v-bind:class="watcherClass(w)">{{ w.state }}</span>
|
{{ w.name }} <span v-bind:class="watcherClass(w)">{{ w.state }}</span>
|
||||||
@@ -46,5 +46,11 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!--<style scoped>-->
|
<style scoped>
|
||||||
<!--</style>-->
|
/*ul {*/
|
||||||
|
/* padding-left: 20px;*/
|
||||||
|
/*}*/
|
||||||
|
li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user