|
@@ -3,7 +3,7 @@
|
|
<div class="table-box">
|
|
<div class="table-box">
|
|
<div class="title"
|
|
<div class="title"
|
|
style="font-family: AliMaMa;font-size: 30px;font-weight: 1000;text-align: left;height: 40px">
|
|
style="font-family: AliMaMa;font-size: 30px;font-weight: 1000;text-align: left;height: 40px">
|
|
- <span style="position: absolute;top:-3px;left: 70px">风电</span>
|
|
|
|
|
|
+ <span style="position: absolute;top:-3px;left: 70px">配置表</span>
|
|
</div>
|
|
</div>
|
|
<el-row :gutter="10" style="width: 99%;padding-left: 22px">
|
|
<el-row :gutter="10" style="width: 99%;padding-left: 22px">
|
|
<el-button
|
|
<el-button
|
|
@@ -203,6 +203,14 @@ export default {
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
|
|
+.el-table__row > td {
|
|
|
|
+ border: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.el-table::before {
|
|
|
|
+ height: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
|
|
@font-face {
|
|
@font-face {
|
|
font-family: AliMaMa;//自定义字体名称
|
|
font-family: AliMaMa;//自定义字体名称
|
|
@@ -469,6 +477,7 @@ body {
|
|
|
|
|
|
/deep/ .el-table th.el-table__cell {
|
|
/deep/ .el-table th.el-table__cell {
|
|
background: none;
|
|
background: none;
|
|
|
|
+ border: 0;
|
|
}
|
|
}
|
|
|
|
|
|
/deep/ .el-table__body {
|
|
/deep/ .el-table__body {
|