feat: entity列表(部分)、css架构更改

This commit is contained in:
chenjinsong
2021-12-14 16:42:45 +08:00
parent 4ef3ec5a84
commit 6623f6df65
204 changed files with 17245 additions and 1841 deletions

View File

@@ -25,7 +25,7 @@
<el-button
v-loading="loading"
type="primary"
class="login--input login--butotn"
class="login--input login--button"
@click="login"
@keyup.enter="login"
style="font-size: 16px;"
@@ -87,7 +87,7 @@ export default {
}
</script>
<style lang="scss">
<style>
.logins{
background-color: #000C18;
background-size: auto;
@@ -129,7 +129,7 @@ export default {
height: 250px;
margin: auto;
}
.login--butotn {
.login--button {
background: #0091ff;
color: #fff;
border-radius: 4px;