Files
oops-plugin-framework/static/style/default/index.css
dgflash d62948939d 1. 编辑器扩展 - 自动生成框架模板功能
2. 编辑器扩展 - Tinypng 纹理压缩功能
2024-10-19 15:37:21 +08:00

37 lines
430 B
CSS

ui-input {
width: 100%;
min-width: 100px;
min-height: 30px;
line-height: 30px;
}
ui-button {
height: 30px;
}
ui-label {
margin-top: 5px;
margin-bottom: 5px;
}
.f {
flex: 1;
overflow: auto;
padding: 10px;
}
.c {
display: inline-flex;
width: 100%;
flex-wrap: nowrap;
}
.c ui-button {
width: 40%;
}
.b {
text-align: center;
padding: 10px 0;
margin-top: 5px;
}