parent
f00d543447
commit
056ab675cf
1 changed files with 2 additions and 3 deletions
|
@ -170,10 +170,9 @@ export default defineComponent({
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
//width: calc(100% - 16px);
|
width: calc(100% - 16px);
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
//border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
|
|
Loading…
Reference in a new issue