|
@@ -266,6 +266,10 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style rel="stylesheet/scss" lang="scss" scoped>
|
|
|
+ ::v-deep.el-input--medium .el-input__inner {
|
|
|
+ height: 54px;
|
|
|
+ line-height: 54px;
|
|
|
+}
|
|
|
.logg{
|
|
|
margin-top:42px ;
|
|
|
margin-left:196px ;
|
|
@@ -324,11 +328,11 @@ export default {
|
|
|
}
|
|
|
.el-input__inner{
|
|
|
width: 522px;
|
|
|
- height: 54px !important;
|
|
|
+ /* height: 54px !important; */
|
|
|
}
|
|
|
+
|
|
|
.inputt {
|
|
|
- /* width: 522px; */
|
|
|
- height: 54px;
|
|
|
+ /* height: 54px !important; */
|
|
|
border-radius: 4px;
|
|
|
background: rgba(255, 255, 255, 1);
|
|
|
border: 1px solid rgba(218, 224, 242, 1);
|