@@ -887,13 +887,18 @@ svg {
border: 6px solid blue;
border-radius: 5px;
z-index: 99;
+ img{
+ width: 140px;
+ height: 140px;
+ margin-bottom: 15px;
+ }
.pick-default-img {
- background: url('../../assets/img/head0.jpg') no-repeat;
+ background: url('../../assets/img/profile-user.svg') no-repeat;
background-size: contain;
z-index: 100;
- width: 100%;
- height: 100%;
+ width: 160px;
+ height: 160px;
}
.pick-info {
position: absolute;
@@ -138,7 +138,7 @@ export default new Vuex.Store({
clickPdfnumToOpenSideBar:false,
isRenderingPDFNow:false,
currentPage:0,
- version: 'v1.2.20220307'
+ version: 'v1.3.20220307'
},
mutations: {