Fix face location

cache
Varun Patil 2022-10-15 17:52:10 -07:00
parent c30a0828cb
commit 4e98e93d6e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@
<div class="previews fill-block" ref="previews">
<div class="img-outer" v-for="info of previews" :key="info.fileid">
<img
class="fill-block"
:class="{
'p-loading': !(info.flag & c.FLAG_LOADED),
'p-load-fail': info.flag & c.FLAG_LOAD_FAIL,
@ -229,6 +228,7 @@ export default class Tag extends Mixins(GlobalMixin) {
}
> img {
width: 100%;
padding: 0;
filter: brightness(60%);
cursor: pointer;