vue 覆盖子组件的样式 覆盖v-data的样式

<style lang="scss" scoped>
  ::v-deep .ti-new-tag-input-wrapper .ti-new-tag-input {
    padding-bottom: 35px;
    margin-top: 6px;
    box-sizing: border-box;
  }

  ::v-deep .ti-new-tag-input-wrapper .ti-new-tag-input {
    padding-bottom: 35px;
    margin-top: 6px;
    box-sizing: border-box;
  }
</style>

你可能感兴趣的:(vue.js,javascript,前端)