fix : select框样式修改

This commit is contained in:
2024-03-04 00:19:48 +08:00
parent 272d859e28
commit 44c7766bce

View File

@@ -283,7 +283,7 @@ const changeName = (id) => {
}
const handleReset = () => {
queryForm.value.resetFields()
getList()
getAlarmList()
}
//点击页码进行分页功能
const handleCurrentChange = (val) => {
@@ -707,7 +707,7 @@ const initWebSocket = () => {
.digital-tunnel {
:deep(.el-dialog ) {
height: 1380px;
height: 1410px;
.alarm-content {
//width: 730px;
@@ -747,9 +747,14 @@ const initWebSocket = () => {
background-color: transparent;
border: 1px solid #08B7B8;
font-size: 35px;
width: 476px;
width: 356px;
.el-select__suffix{
.el-icon {
font-size: 55px;
}
}
.el-select__placeholder {
color: #FFFFFF;
height: 70px;
line-height: 70px;
}