mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
feat: update inputbox style
This commit is contained in:
parent
ff3d2eb0e4
commit
62565c1186
@ -31,7 +31,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<table style="border-collapse: collapse">
|
<table style="border-collapse: collapse" class="input-table">
|
||||||
<tr :class="{ 'head-style': row===1 }" v-for="row in rowNum+1" :key="row">
|
<tr :class="{ 'head-style': row===1 }" v-for="row in rowNum+1" :key="row">
|
||||||
<td v-for="col in colNum" :key="col">
|
<td v-for="col in colNum" :key="col">
|
||||||
<el-input
|
<el-input
|
||||||
@ -120,6 +120,12 @@
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input-table {
|
||||||
|
/deep/ .el-input__inner {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.head-style .el-input__inner {
|
.head-style .el-input__inner {
|
||||||
background-color: #f2f2f2;
|
background-color: #f2f2f2;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user