|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
- <div class="PubIndeptWrapper">
|
|
|
+ <div class="PubTagGroupWrapper">
|
|
|
<el-form
|
|
|
- class="indeptGroups"
|
|
|
+ class="groups"
|
|
|
:rules="rules"
|
|
|
ref="groups"
|
|
|
:model="form"
|
|
@@ -410,7 +410,7 @@
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
- .indeptGroups {
|
|
|
+ .groups {
|
|
|
background-color: #fff;
|
|
|
padding: 20px;
|
|
|
margin: 20px 20px -20px 20px;
|
|
@@ -460,37 +460,9 @@
|
|
|
position: absolute;
|
|
|
left: 220px;
|
|
|
min-width: 300px;
|
|
|
- color: #22ccc8 ;
|
|
|
+ color: #ea7777;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
- .ages {
|
|
|
- display: inline-block;
|
|
|
- .el-form-item__content {
|
|
|
- width: auto;
|
|
|
- }
|
|
|
- .el-input {
|
|
|
- display: inline-block;
|
|
|
- width: auto;
|
|
|
- .el-input__inner {
|
|
|
- width: 60px;
|
|
|
- padding: 0 5px;
|
|
|
- margin-right: 25px;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
-
|
|
|
- .el-input__inner::-webkit-outer-spin-button,
|
|
|
- .el-input__inner::-webkit-inner-spin-button {
|
|
|
- -webkit-appearance: none;
|
|
|
- }
|
|
|
-
|
|
|
- .el-input__inner[type="number"] {
|
|
|
- -moz-appearance: textfield;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .maxAges {
|
|
|
- margin-left: -125px;
|
|
|
- }
|
|
|
}
|
|
|
</style>
|
|
|
|