Skip to content

Commit 31b8cb4

Browse files
committed
update:优化过期方式
1 parent 2eafca2 commit 31b8cb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
background-color: rgba(0, 0, 0, 0.3);
6969
}
7070

71-
.el-button:active {
71+
.el-button:active, .el-select-dropdown__item.hover, .el-select-dropdown__item:hover, .el-input.is-disabled .el-input__inner {
7272
background-color: rgba(0, 0, 0, 0.4);
7373
}
7474

@@ -146,7 +146,7 @@
146146
</el-carousel>
147147
</div>
148148
<el-row>
149-
<el-input style="width: 190px" :readonly="uploadData.exp_style==='forever'" placeholder="数量"
149+
<el-input style="width: 190px" :disabled="uploadData.exp_style==='forever'" placeholder="数量"
150150
v-model="uploadData.exp_value"
151151
class="input-with-select">
152152
<el-select style="width: 75px" v-model="uploadData.exp_style" slot="prepend"
@@ -262,7 +262,7 @@ <h1 @click="copyText(file.code,0)" style="margin: 0;display: inline;cursor: poin
262262
</el-row>
263263
</el-card>
264264
</el-drawer>
265-
<div style="text-align: center; margin-top: 1rem;color: #606266;visibility: hidden">
265+
<div style="text-align: center; margin-top: 1rem;color: #606266">
266266
<a style="text-decoration: none;color: #606266" target="_blank" href="https://github.com/vastsa/FileCodeBox">FileCodeBox
267267
V1.6 Beta</a>
268268
</div>

0 commit comments

Comments
 (0)