zhongshujie
10 小时以前 9d43688f11d630734cb67b75399df26d308ad25e
src/App.vue
@@ -14,9 +14,10 @@
};
</script>
<style>
<style lang="less">
@import "~@/assets/css/base.css";
@import "~@/assets/css/common.css";
#app {
  width: 100%;
  height: 100%;
@@ -26,4 +27,93 @@
  -moz-osx-font-smoothing: grayscale;
  font-size: auto !important;
}
.richTextInitBox {
  html,
  body,
  div,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video,
  input {
    margin: revert;
    padding: revert;
    border: revert;
    font-weight: revert;
    vertical-align: revert;
  }
}
</style>