fix
This commit is contained in:
parent
1f72999313
commit
ca90b9e5d4
|
|
@ -207,16 +207,16 @@ function showDeleteDialoge(label: ILabel) {
|
||||||
.label-edit-button {
|
.label-edit-button {
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
background-color: rgba(0,0,0,0.2);
|
background-color: rgba(0,0,0,0.2);
|
||||||
width: 1rem;
|
inline-size: 1rem;
|
||||||
height: 1rem;
|
block-size: 1rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
color: #fff; // always white
|
color: #ffffff; // always white
|
||||||
margin-inline-start: .25rem;
|
margin-inline-start: .25rem;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
height: .5rem;
|
block-size: .5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -313,7 +313,7 @@ watchEffect(() => setTitle(pageTitle.value))
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.message.info) {
|
:deep(.message.info) {
|
||||||
width: 100%;
|
inline-size: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue