|
@@ -231,4 +231,21 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
-<style lang="scss" scoped></style>
|
|
|
+<style lang="scss">
|
|
|
+.patent-batch-index {
|
|
|
+ .patent-batch-index-main {
|
|
|
+ max-height: 600px;
|
|
|
+ padding: 0 10px;
|
|
|
+ .patent-batch-index-field-enabled {
|
|
|
+ float: right;
|
|
|
+ margin-top: 10px;
|
|
|
+ }
|
|
|
+ .patent-batch-index-field-content {
|
|
|
+ margin-top: 40px;
|
|
|
+ .el-radio, .el-checkbox {
|
|
|
+ line-height: 30px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+</style>
|