We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ecc1c6 commit 2a316bcCopy full SHA for 2a316bc
ui/src/styles/element-plus.scss
@@ -102,7 +102,7 @@
102
}
103
.el-message-box {
104
--el-messagebox-font-size: 16px;
105
- --el-messagebox-width: 450px;
+ --el-messagebox-width: 475px;
106
padding: 24px;
107
.el-message-box__header {
108
padding: 0;
ui/src/views/log/index.vue
@@ -2,7 +2,12 @@
2
<LayoutContainer :header="$t('views.log.title')">
3
<div class="p-24">
4
<div class="mb-16">
5
- <el-select v-model="history_day" class="mr-12 w-120" @change="changeDayHandle">
+ <el-select
6
+ v-model="history_day"
7
+ class="mr-12"
8
+ @change="changeDayHandle"
9
+ style="width: 180px"
10
+ >
11
<el-option
12
v-for="item in dayOptions"
13
:key="item.value"
0 commit comments