Element style has no effect

introduced in this way in the entry file

import ElementUI from "element-ui"
import "element-ui/lib/theme-chalk/index.css"

but the effect in the component is like this. why?

<template>
   <div class="txt">
    <el-button type="primary"></el-button>
    <el-button type="text"></el-button>
   </div>
</template>

<script>
export default {
}
</script>

<style scoped>
*{margin:0 ;padding:0}
html{-webkit-text-size-adjust:none;}
.txt{width: 100%;min-height: 1200px;position: relative;}
</style>
Sep.02,2021

guess Vue.use (ElementUI) did not write

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3eae0-2c43d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3eae0-2c43d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?