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

43 lines
764 B
CSS
Raw Normal View History

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