client: tweak style

This commit is contained in:
syuilo
2021-12-10 10:46:29 +09:00
parent 20134a5367
commit d3c7c0ebe3
5 changed files with 14 additions and 10 deletions

View File

@ -85,6 +85,10 @@ export default defineComponent({
<style lang="scss" scoped>
.zdjebgpv {
position: relative;
display: flex;
background: #e1e1e1;
border-radius: 8px;
overflow: clip;
> .icon-sub {
position: absolute;
@ -95,14 +99,11 @@ export default defineComponent({
bottom: 4%;
}
> * {
margin: auto;
}
> .icon {
pointer-events: none;
height: 65%;
width: 65%;
margin: auto;
font-size: 32px;
color: #777;
}
}
</style>

View File

@ -210,7 +210,7 @@ export default defineComponent({
position: relative;
padding: 8px 0 0 0;
min-height: 180px;
border-radius: 4px;
border-radius: 8px;
&, * {
cursor: pointer;

View File

@ -657,14 +657,14 @@ export default defineComponent({
> .path {
display: inline-block;
vertical-align: bottom;
line-height: 38px;
line-height: 50px;
white-space: nowrap;
> * {
display: inline-block;
margin: 0;
padding: 0 8px;
line-height: 38px;
line-height: 50px;
cursor: pointer;
* {
@ -699,6 +699,7 @@ export default defineComponent({
> .menu {
margin-left: auto;
padding: 0 12px;
}
}