mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-09 06:54:11 +08:00
调整q-input--filled占位标签的位置
This commit is contained in:
parent
42153d0c95
commit
c163bdd9d6
@ -188,12 +188,13 @@ export default defineComponent({
|
|||||||
/* 输入框标签字体大小,占位时的位置 */
|
/* 输入框标签字体大小,占位时的位置 */
|
||||||
.command-composer :deep(.q-field--filled .q-field__label) {
|
.command-composer :deep(.q-field--filled .q-field__label) {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
top: 10px;
|
top: 50%;
|
||||||
|
transform: translateY(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 输入框标签悬浮的位置 */
|
/* 输入框标签悬浮的位置 */
|
||||||
.command-composer :deep(.q-field--filled .q-field--float .q_field__label) {
|
.command-composer :deep(.q-field--filled.q-field--float .q-field__label) {
|
||||||
transform: translateY(-35%) scale(0.7);
|
transform: translateY(-90%) scale(0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 去除filled输入框边框 */
|
/* 去除filled输入框边框 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user