JNDemo/target/classes/static/bizquery/css/index.css

43 lines
764 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.center-container {
text-align: center;
margin: auto;
width: 80%;
height: 100vh;
}
.table-box {
margin: 10px 0px 15px 0px;
padding: 15px 0px 5px 0px;
background-color: #f0f0f0; /* 浅灰色背景 */
border-radius: 10px; /* 可以根据需要调整边框圆角 */
backdrop-filter: blur(10px); /* 调整模糊度 */
-webkit-backdrop-filter: blur(10px); /* 兼容性处理适用于一些WebKit浏览器 */
}
.table-box .el-input {
margin-right: 80px;
width: 320px;
}
.el-table {
margin: auto;
}
.el-table .el-table__row {
height: 20px;
}
.el-dialog {
width : 100%;
max-width: 800px;
}