@@ -1,26 +1,55 @@
:root {
- --mainColor: #409EFF;
+ --mainColor: #409eff;
}
html {
- font-size: 14px;
+ font-size: 14px;
.el-table .success-row {
- background: #f0f9eb;
+ background: #f0f9eb;
#main .ql-snow .ql-picker-label {
- display: flex;
- align-items: center;
+ display: flex;
+ align-items: center;
textarea:focus {
- outline: 0;
+ outline: 0;
.table {
- position: relative;
- height: 100%;
- height: calc(100% - 80px);
-}
+ position: relative;
+ height: 100%;
+ height: calc(100% - 80px);
+}
+.clear::after {
+ display: block;
+ clear: both;
+ content: "";
+.blackc {
+ color: #333333;
+.lblack {
+ color: #999999;
+.lblue {
+ color: #308eff;
+.font13 {
+ font-size: 13px;
+.floatr {
+ float: right;
+.floatl {
+ float: left;
+.blod {
+ font-weight: bold;
+.textc {
+ text-align: center;
@@ -6,3 +6,6 @@ This directory contains your application middleware.
The middleware lets you define custom function to be ran before rendering a page or a group of pages (layouts).
More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/routing#middleware).
+