feat: 🚀 文字调整
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
}
|
||||
.form-item {
|
||||
width: 344px !important;
|
||||
|
||||
// height: 32px;
|
||||
margin-right: 12px !important;
|
||||
.form-item-select {
|
||||
width: 224px !important;
|
||||
@@ -19,28 +17,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.btn-box {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.copyBtn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.down-box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin-right: 15px;
|
||||
cursor: pointer;
|
||||
border: 1px solid #cccccc;
|
||||
border-radius: 4px;
|
||||
&:hover {
|
||||
color: #4178d5 !important;
|
||||
border: 1px solid rgb(65 120 213 / 50%);
|
||||
}
|
||||
}
|
||||
|
||||
// ::v-deep(.el-select__input) {
|
||||
// font-size: 12px !important;
|
||||
// }
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
:disabled="item.disabled"
|
||||
:placeholder="item.placeholder"
|
||||
class="m-2 select"
|
||||
style="width: 224px"
|
||||
style="width: 224px; font-size: 12px !important"
|
||||
>
|
||||
<!-- 循环渲染选项:label 为显示文本,value 为实际提交值 -->
|
||||
<el-option
|
||||
@@ -310,4 +310,7 @@ const handleFormReset = () => {
|
||||
</script>
|
||||
<style lang="scss" scope>
|
||||
@use "./index.scss";
|
||||
.el-select__selected-item {
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user