修改路径
This commit is contained in:
24
src/styles.less
Normal file
24
src/styles.less
Normal file
@@ -0,0 +1,24 @@
|
||||
/* You can add global styles to this file, and also import other style files */
|
||||
* {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #ececec;
|
||||
}
|
||||
|
||||
.inner-content {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.edit-opt {
|
||||
|
||||
}
|
||||
|
||||
.show-opr {
|
||||
color: #00aaaa;
|
||||
}
|
||||
|
||||
.del-opr {
|
||||
color: red;
|
||||
}
|
||||
Reference in New Issue
Block a user