@@ -225,6 +225,8 @@
</el-row>
</el-form>
</el-col>
+ <!-- 防止边距溢出 -->
+ <div style="width: 100%; display: flex" />
<div v-if="filterList.length && filterList.length > 0" class="filter">
<div class="filterWrap">
<div class="title">我的过滤器:</div>
@@ -875,7 +875,7 @@ export default {
}
</style>
-<style lang="scss">
+<style lang="less">
.copy-task {
.el-select {
width: 20vw;
@@ -42,7 +42,7 @@ export default {
</script>
-<style lang="scss" scoped>
+<style lang="less" scoped>
.projected-code {
color: #333333;
background: #FAFAFA;
@@ -553,7 +553,7 @@ export default {
.stylus-head {
position: relative;