fix border-radius of folder
This commit is contained in:
parent
3fde459b6e
commit
86f1d104c4
1 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,8 @@ defineProps<{
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.dwzlatin {
|
.dwzlatin {
|
||||||
display: block;
|
display: block;
|
||||||
|
overflow: clip;
|
||||||
|
border-radius: 6px;
|
||||||
|
|
||||||
> .header {
|
> .header {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -34,7 +36,6 @@ defineProps<{
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 12px 14px 12px 14px;
|
padding: 12px 14px 12px 14px;
|
||||||
background: var(--buttonBg);
|
background: var(--buttonBg);
|
||||||
border-radius: 6px;
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Reference in a new issue