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