Commit 29645260 by 李姝悦

修改R字母样式

parent 47c507b5
...@@ -178,13 +178,22 @@ export default { ...@@ -178,13 +178,22 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.inputBh { .inputBh {
/deep/.el-input-group__prepend { /deep/.el-input-group__prepend {
width: 40px; display: flex;
text-align: center; justify-content: center;
padding: 0; align-items: center;
} width: 18px !important;
/deep/.el-input__inner { height: 18px !important;
width: 224px; background: #ECEDF1;
} border-radius: 3px;
position: absolute;
margin:11px 8px;
padding:0
}
/deep/.el-input__inner {
// width: 224px;
padding-left: 30px;
}
} }
/deep/.el-dialog { /deep/.el-dialog {
border-radius: 6px; border-radius: 6px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment